Re: Bug: RequestDumperValve - Tomcat 4.0.4 - UTF-8

2003-10-21 Thread Daniel Gibby
It may also be that your environment is set with a LANG or LOCALE that is throwing java off. You may want to look into that. Daniel Gibby Andoni wrote: 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

Bug: RequestDumperValve - Tomcat 4.0.4 - UTF-8

2003-10-21 Thread Andoni
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();