There is no limitation regarding special characters. I just have to make sure and encode my query string properly.
Thanks, -----Original Message----- From: Konstantin Kolinko [mailto:[email protected]] Sent: Monday, March 14, 2011 12:22 PM To: Tomcat Users List Subject: Re: Form Authentication Illegal Characters 2011/3/14 <[email protected]>: > Hello All: > > I am using Tomcat 6.0.26. My application has a context.xml file that > defines an org.apache.catalina.authenticator.FormAuthenticator > > Valve and an org.apache.catalina.realm.DataSourceRealm Realm which I use > for authentication. > > My login page functions in typical FormAuthentication manner by passing > the j_username and j_password parameters to j_security_check > > > > Currently, authentication fails if the character # (pound sign) is > contained within a username. Has anybody come across this limitation? I I do not think that there is such a limitation. I would suggest you to try debugging it, http://wiki.apache.org/tomcat/FAQ/Developing#Debugging And an update to the latest 6.0.32 should not hurt. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
