[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
Tue Dec 10 04:55:06 EST 2013
[ https://issues.jboss.org/browse/WFLY-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-2531.
----------------------------------
Fix Version/s: 8.0.0.CR1
Resolution: Partially Completed
Wildfly now contains a way to set default encoding, as a way to fix the weld issue. There are also workarounds that are specified in the other issue.
> 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
> Fix For: 8.0.0.CR1
>
>
> 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