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=16191>. 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=16191 Please add a configuration for character encoding of request [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-01-17 17:33 ------- If you are running on a Servlet 2.3 platform, the best way to do this is to create a Filter. You can use the SetCharacterEncodingFilter from the "examples" webapp of Tomcat 4.x or 5.x as a base on which to do your own version. We cannot introduce a Struts dependency on Servlet 2.3 (which is when request.setCharacterEncoding() was added) because the minimum platform for Struts is Servlet 2.2. If you are running on a Servlet 2.2 platform, there is nothing that Struts could do with such a setting, because the character encoding used is totally up to the web container. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>