[EMAIL PROTECTED] Case insensitive authentication?

2007-12-04 Thread Martin Strand
I'd like to use basic authentication with case insensitive usernames. Is this possible? I guess it ought to work with mod_authn_dbd, but I'd prefer not to use an SQL db. Martin - The official User-To-User support forum of th

Re: [EMAIL PROTECTED] Apache1.3 forward to Jboss

2007-11-08 Thread Martin Strand
A quick fix would be to add this: ServerAlias www.rememberit.us On Thu, 08 Nov 2007 15:31:06 +0100, Schaible, Adam <[EMAIL PROTECTED]> wrote: Hello everyone, I have a webapp running at 8080 and want port 80 connections to be sent to 8080. I have the following configuration NameV

Re: [EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-10 Thread Martin Strand
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-stri

Re: [EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-10 Thread Martin Strand
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 pr

Re: [EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-09 Thread Martin Strand
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-

[EMAIL PROTECTED] utf-8 encoded htaccess?

2007-09-09 Thread Martin Strand
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