Re: Form login UTF-8 username problem

2006-03-06 Thread Eric Haszlakiewicz
>> Daniel Blumenthal <[EMAIL PROTECTED]> wrote: >> As a security concern, you might not want to allow full UTF-8 usernames. >> There are a number of invisible characters (from the soft hyphen to various >> connector characters) which people can use to spoof other users' names. On Sun, Mar 05, 20

Re: Form login UTF-8 username problem

2006-03-06 Thread Martin Gainty
the middle modfication to the transmission Keep us apprised, Martin- - Original Message - From: "Dave" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; <[EMAIL PROTECTED]> Sent: Sunday, March 05, 2006 10:09 PM Subject: RE: Form login UTF-8 username problem Hi Danie

RE: Form login UTF-8 username problem

2006-03-05 Thread Dave
t; Subject: Re: Form login UTF-8 username problem > > Dave wrote: > > Web application using JBoss 4.0.3SP1 and servlets. > > I am using FORM authentication. Can username be UTF-8? > > I create an account, its username is in UTF-8 encoding, > chinese characters.

RE: Form login UTF-8 username problem

2006-03-04 Thread Daniel Blumenthal
ilto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 1:50 PM > To: Tomcat Users List > Subject: Re: Form login UTF-8 username problem > > Dave wrote: > > Web application using JBoss 4.0.3SP1 and servlets. > > I am using FORM authentication. Can username be UTF-8? >

Re: Form login UTF-8 username problem

2006-03-03 Thread Mark Thomas
Dave wrote: > Web application using JBoss 4.0.3SP1 and servlets. > I am using FORM authentication. Can username be UTF-8? > I create an account, its username is in UTF-8 encoding, chinese characters. > But login was not successful. Can JBoss built-in authentication handle UTF-8 > encoding for u

Re: Form login UTF-8 username problem

2006-03-03 Thread Martin Gainty
gt; To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Thursday, March 02, 2006 2:16 PM Subject: Re: Form login UTF-8 username problem > Hi Martin, > > Thanks! > I already have the following at the beginning of all the j

Re: Form login UTF-8 username problem

2006-03-02 Thread Dave
ng="UTF-8" in the xml element e.g. I am not aware of CJK implementations that use UTF-8 ..you may want to consider UTF-16 Scott does this look ok? HTH, Martin- - Original Message - From: "Dave" To: Sent: Thursday, March 02, 2006 12:02 PM Subject: Form login UTF-8 userna

Re: Form login UTF-8 username problem

2006-03-02 Thread Martin Gainty
t;[EMAIL PROTECTED]> To: Sent: Thursday, March 02, 2006 12:02 PM Subject: Form login UTF-8 username problem > Web application using JBoss 4.0.3SP1 and servlets. > I am using FORM authentication. Can username be UTF-8? > I create an account, its username is in UTF-8 encoding, chine

Form login UTF-8 username problem

2006-03-02 Thread Dave
Web application using JBoss 4.0.3SP1 and servlets. I am using FORM authentication. Can username be UTF-8? I create an account, its username is in UTF-8 encoding, chinese characters. But login was not successful. Can JBoss built-in authentication handle UTF-8 encoding for username? Ascii usern