[jboss-jira] [JBoss JIRA] (JBWEB-225) Include Tomcat SetCharacterEncodingFilter
Cody Lerum (JIRA)
jira-events at lists.jboss.org
Wed Jan 18 14:31:18 EST 2012
Cody Lerum created JBWEB-225:
--------------------------------
Summary: 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/filters/SetCharacterEncodingFilter.java 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/org/apache/catalina/filters/AddDefaultCharsetFilter.java 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
More information about the jboss-jira
mailing list