[jboss-jira] [JBoss JIRA] Closed: (JBAS-3445) Testcase for UTF-8 support with FORM Authentication
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Tue Sep 25 14:03:41 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-3445?page=all ]
Anil Saldhana closed JBAS-3445.
-------------------------------
Resolution: Won't Fix
It is a configuration issue as indicated by an user:
Please include the characterEncoding in WEB-INF/context.xml for the authenticator you need.
<Valve className="org.apache.catalina.authenticator.FormAuthenticator"
characterEncoding="UTF-8" />
> Testcase for UTF-8 support with FORM Authentication
> ---------------------------------------------------
>
> Key: JBAS-3445
> URL: http://jira.jboss.com/jira/browse/JBAS-3445
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Security
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Anil Saldhana
> Assigned To: Anil Saldhana
>
> User says:
> ========================================================
> I have run into as well using JBoss 4.0.3SP1 (and 4.0.4GA).
> In my Web Applications, I can login with English usernames and passwords just fine.
> But when I try to login with a Russian or Chineese username, the login always fails.
> From the tracing I've done, it seems the username is getting converted to ISO-8859-1, and that's why it's failing.
> I've done all the "standard" things to make our pages UTF-8, and this does work on every page except the login page. Something about "j_security_check" is ignoring UTF-8 and forcing a conversion to "ISO-8859-1".
> =========================================================
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list