-
Bug
-
Resolution: Done
-
Major
-
1.4.0.Final
-
None
-
Wildfly 10
HttpServletRequest.getCharacterEncoding return null when defaultEncoding was set in DeploymentInfo or in the undertow subsystem:
<subsystem xmlns="urn:jboss:domain:undertow:3.1"> ... <servlet-container name="default" default-encoding="UTF-8"> <jsp-config/> <websockets/> </servlet-container> ... </subsystem>
Due to this problem can not be specified default encoding for web services