http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves/RequestDumperValve.java

"Andoni" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hello,

I have recently started using the RequestDumperValve with my Tomcat 4.0.4
for windows.
Now when I go to write applications that accept foreign character sets in
UTF-8 I find that they come out as rubbish because they have been translated
into ISO-8859-1.  When I add a URLDecoder.decode(); statement in my servlet
where the request.getParameter() comes in all works fine again.
Unfortunately if I don't remove the URLDecoder when putting the application
Live (my live site has no dumper valve) I get a string of question marks for
the foreign characters.

So: The RequestDumperValve in Tomcat 4.0.4 is translating the characters
received into ISO-8859-1.  Now what I need is the source code for the valve
to fix this problem but I can't find the source code on the
jakarta.apache.org site any more, can someone help me?

Thanks,

Andoni.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to