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=36341>. 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=36341 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-18 18:21 ------- It looks like the servlet filter does not solve the issue, because it works with HttpServletRequest.setCharacterEncoding(), which normally only applies to the request body, not the URI. This, however, is not consistent among different servlet containers. With tomcat-5.0.28 it does not apply to the URI unless useBodyEncodingForURI="true" is set in the Connector in server.xml. Without this parameter, only POST requests are correctly decoded, but not GET requests. I think we cannot expect people to change their server.xml, so we cannot use the servlet filter. See also http://issues.apache.org/bugzilla/show_bug.cgi?id=23929 http://jetty.mortbay.org/jetty/faq?s=900-Content&t=International I'm currently testing another solution, similar to the first patch I submitted. -- 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]
