[jboss-jira] [JBoss JIRA] (WFLY-2531) WildFly breaks utf-8 encoded strings in x-www-form-urlencoded

Denis Kostousov (JIRA) jira-events at lists.jboss.org
Mon Nov 18 14:04:05 EST 2013


Denis Kostousov created WFLY-2531:
-------------------------------------

             Summary: WildFly breaks utf-8 encoded strings in x-www-form-urlencoded
                 Key: WFLY-2531
                 URL: https://issues.jboss.org/browse/WFLY-2531
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Web (Undertow)
    Affects Versions: 8.0.0.Beta1
            Reporter: Denis Kostousov
            Assignee: Stuart Douglas


HTTP clients don't send the charset definition in a Content-Type header during form posting. The undertow-core library assume ISO-8859-1 as default encoding for x-www-form-urlencoded requests. Therefore a javaee application can't receive correct non-english characters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list