Your html isn't correct:
http://www.w3.org/TR/html4/interact/forms.html#h-17.3
I would remove the enctype attribute, correct the accept-charset name
and see if you get any further.
HTH,
Jon
Manish Dalakoti wrote:
> Hi,
>
> I'm using form-based authentication.
> Although i'm able to create multilingual user names and passwords,
> tomcat is not able to authenticate using the same.
> I'm not able to make out if this is a problem related to
> j_security_check or what, because the username and password which my
> Authenticator receives from
> j_security_check is all garbage.
>
> *At JSP level, in my login.jsp page i'm using :*
> *"*
> /<%@ page errorPage="/jspError.jsp" pageEncoding="UTF-8"
> contentType="text/html; charset=UTF-8" %>
> .
> .
> .
> <form name="login" method="post" action="j_security_check"
> acceptCharset="UTF-8" encType="UTF-8" onKeyPress="return
> submitOnEnter(event, login)">
> .
> ./
> * "*, *to make sure UTF-8 support is there, but to no avail.
> Otherwise, the rest of my application is fully internationalized and
> localized too in few languages.*
>
> Thanx,
> Manish
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|