Sven Köhler wrote: > The above JSP-page will not work properly. The POST-data is decoded with > ISO-8859-1 instead of UTF-8 in Tomcat 5.5. Works for me using the latest 5.5 from svn.
It would be a bug but since it is working for me it looks like a configuration issue on your system. What Tomcat version? I haven't checked the releaes notes but there may have been an issue with an earlier version. Is the browser displaying the page as UTF-8? Are you using the RequestDumperValve? This ignores any encoding and forces ISO-8859-1 to be used for all parameters. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]