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

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Mon Nov 18 14:44:06 EST 2013


    [ https://issues.jboss.org/browse/WFLY-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924657#comment-12924657 ] 

Stuart Douglas commented on WFLY-2531:
--------------------------------------

You are probably running into this issue: http://weld.cdi-spec.org/documentation/#3
                
> 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