1 Reply Latest reply on Mar 9, 2012 4:37 AM by guinotphil

    Coyote Request ignores encoding during processParameters

    guinotphil

      Hello,

       

      I've upgraded yesterday my JBoss AS 7 from 7.1.0.Final to 7.1.1-SNAPSHOT, and since that I notice that all my UTF-8 -encoded POST requests params were not processed corretly.

       

      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.

       

      I couldn't find a JIRA for this, should I open one ? or is the team already aware of this issue...