]
Brian Stansberry reassigned WFLY-6226:
--------------------------------------
Component/s: Web (Undertow)
Assignee: Stuart Douglas (was: Jason Greene)
Consider request body encoding when creating PartImpl
-----------------------------------------------------
Key: WFLY-6226
URL:
https://issues.jboss.org/browse/WFLY-6226
Project: WildFly
Issue Type: Enhancement
Components: Web (Undertow)
Reporter: Bauke Scholtz
Assignee: Stuart Douglas
When {{request.getCharacterEncoding()}} returns non-{{null}}, please consider it while
creating {{PartImpl}} instead of falling back to {{<servlet-container
name="default" default-encoding="UTF-8">}}.
Related Q&A:
http://stackoverflow.com/q/35413585/157882