Re: Basic Authentication Failed with multibyte username

2010-01-21 Thread Auth Gábor
Hi, Mark Thomas wrote: >OCTET = >CTL= (octets 0 - 31) and DEL (127)> > > So actually, Tomcat is correct in the current treatment of credentials. > Therefore, not a bug. Yes, but the UTF-8 encoded text is contains any 8-bit sequence o

Re: Basic Authentication Failed with multibyte username

2010-01-21 Thread Auth Gábor
Hi, André Warnier wrote: >> I've found a potential bug in the Basic Authentication module. I have >> users and some user's username is contains national characters (encoded >> in UTF-8). The HTTP header based authentication is fails when the >> username or the password contains multibyte character

Basic Authentication Failed with multibyte username

2010-01-21 Thread Auth Gábor
Hi, I've found a potential bug in the Basic Authentication module. I have users and some user's username is contains national characters (encoded in UTF-8). The HTTP header based authentication is fails when the username or the password contains multibyte characters. The root of the bug is the