Hi!

Question refers to 5.5 branch (5.5.25 from ubuntu repos).

I use form-based authentication. If any protected URI containing
parameter value with non-ascii characters (%xx encoded of course)
is accessed before session starts, then after successful logon
request.getParameter() returns incorrectly interpreted value (as it was
in wrong encoding).

But subsequent GET to the same URI will result ok.

I use useBodyEncodingForURI=true mode in connector.

All content is UTF-8 encoded.

How could I fix of bypass such behaviour?

---------------------------------------------------------------------
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