[jboss-jira] [JBoss JIRA] (JBWEB-234) processParameters does not take request encoding charset
Philippe Guinot (JIRA)
jira-events at lists.jboss.org
Fri Mar 9 04:38:36 EST 2012
Philippe Guinot created JBWEB-234:
-------------------------------------
Summary: processParameters does not take request encoding charset
Key: JBWEB-234
URL: https://issues.jboss.org/browse/JBWEB-234
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tomcat
Affects Versions: JBossWeb-7.0.12.GA
Environment: JBoss AS 7.1.1-SNAPSHOT (5 March 2012)
Reporter: Philippe Guinot
Assignee: Remy Maucherat
The UTF-8 -encoded POST requests params are not processed correctly with JBoss Web 7.0.12.
After some investigations, I notice that in the org.apache.tomcat.util.http.Parameters class of JBoss Web 7.0.12.Final, the method processParameters( byte bytes[], int start, int len ) gives null as encoding, while JBoss Web 7.1.10.Final passed the attribute value of the encoding.
--
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