DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40964>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40964 Summary: UTF-8 encodded form params are not handled correctly when using POST Product: Tomcat 5 Version: 5.5.20 Platform: PC OS/Version: other Status: NEW Severity: major Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Setup: Added URIEncoding="UTF-8" useBodyEncodingForURI="true" to server.xml and also used -Dfile.encoding=UTF-8 java option(jdk1.5) in tomcat startup. I have also defined a filter in web.xml which sets the encoding to UTF-8 on every incoming request. My page uses a jsp page directive to display international character which works correctly. However When i submit international characters from the the form page using POST my struts action class does not get the correct string. When i use "GET" it works correctly. I have googled for help and tried all options (filter, vm flag, connector settings) but not found a solution yet. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]