On Mon, 10 Sep 2007 15:48:45 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
It really seems to be a UA problem. According to those RFCs, both
'realm'
and 'filename' are supposed to be 'quoted-string' and should be treated
exactly the sam
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
> It really seems to be a UA problem. According to those RFCs, both 'realm'
> and 'filename' are supposed to be 'quoted-string' and should be treated
> exactly the same. It just seems so weird that three major browser vendors
> would miss this
On Mon, 10 Sep 2007 04:40:44 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
This must be a UA problem - none of IE/FF/Opera decodes the name, they
must've forgotten to read rfc2617. :)
Or quite possibly an apache problem, given that this
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
> This must be a UA problem - none of IE/FF/Opera decodes the name, they
> must've forgotten to read rfc2617. :)
Or quite possibly an apache problem, given that this string must be
shoehorned in to the WWW-Authenticate header along with the o
On Mon, 10 Sep 2007 02:49:04 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
I'm using non-ascii characters for AuthName but they show up as garbage
in
firefox.
Changing the encoding for .htaccess from utf-8 to iso-8859-1 solves the
probl
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
> I'm using non-ascii characters for AuthName but they show up as garbage in
> firefox.
> Changing the encoding for .htaccess from utf-8 to iso-8859-1 solves the
> problem but I'd like to support utf-8.
It takes a bit of backtracing through a
I'm using non-ascii characters for AuthName but they show up as garbage in
firefox.
Changing the encoding for .htaccess from utf-8 to iso-8859-1 solves the
problem but I'd like to support utf-8.
I'm running RHEL 5 and LC_CTYPE is en_US.UTF-8 so I guess utf-8 should be
working fine.
Perhaps