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 Summary: Please add a configuration for character encoding of request Product: Struts Version: 1.1 Beta 3 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We need a Struts configuration parameter to specify the character encoding to be used to decode the HTTP request data. The existing "contentType" attribute in the controller configuration only specifies the encoding to be used to encode the HTTP response and to set the HTTP Header for character encoding in the HTTP Response. It does not specify the encoding for the request. If the request had a HTTP Header that specified the encoding, then I would assume that that should take precedence. In practice, I did not see browsers sending the character encoding in HTTP Header. Alteast IE 6.0 didnt. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>