André Warnier wrote:
If you agree, a question to start in that process :
In the login page, the <form> element should have the following attributes : <form method="POST" enctype="multipart/form-data" accept-charset="UTF-8" ...>
Does it ?

Ref : http://www.w3.org/TR/html401/interact/forms.html#submit-format
and in particular : 17.13.4 Form content types
(among other things, the spec says that this is the only valid way to submit non-ascii data - such as passwords containing "accented" characters)

I tend to use the following as a starting point to check my config is OK. It is also useful to compare headers etc for your application against the headers from this simple test case.

http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q4

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to