DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12253>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12253 Catalina fails to set proper charset Summary: Catalina fails to set proper charset Product: Tomcat 4 Version: 4.1.7 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have implemented a filter that changes the charset to a user specified one before a request reaches a servlet. The problem is that no other charset is working except the default (ISO-8859-7). I have tried to look in the source code. There seems to be an issue in the catalina/utils/URL.java in URLDecode functions. The default java.net.url class correctly decodes the form data, while the custom implementation in Tomcat does not. I 'vw also noticed that it does not work in UTF8 charsets. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>