[
https://issues.jboss.org/browse/JBWEB-225?page=com.atlassian.jira.plugin....
]
Remy Maucherat resolved JBWEB-225.
----------------------------------
Resolution: Done
I have now added some filters and valves from Tomcat, but since this one is extremely
trivial, you should add its functionality in your webapp.
Include Tomcat SetCharacterEncodingFilter
-----------------------------------------
Key: JBWEB-225
URL:
https://issues.jboss.org/browse/JBWEB-225
Project: JBoss Web
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Cody Lerum
Assignee: Remy Maucherat
Tomcat has added a new filter
https://github.com/apache/tomcat70/blob/trunk/java/org/apache/catalina/fi...
which allows the user to easily set the charset to be used when decoding a request if none
is specificed (ie UTF-8 instead of ISO-8859-1)
Could this be included in JBoss web like the existing included filters such as
http://anonsvn.jboss.org/repos/jbossweb/tags/JBOSSWEB_7_0_9_FINAL/java/or...
so that the end user can just define this in their web.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira