Change the JBoss server.xml

If is hosted on a JBoss application server, localizing to a multibyte character set requires a configuration change. The JBoss server.xml file must specify UTF-8 encoding for the URI.
cim1268
If
Identity Manager
is hosted on a JBoss application server, localizing
Identity Manager
to a multibyte character set requires a configuration change. The JBoss server.xml file must specify UTF-8 encoding for the URI.
Change the encoding in the Connector element for the HTTP/1.1 connector in
one
of the following files:
  • For JBoss EAP 6.x:
    • For standalone:
      <jboss_home>/standalone/configuration/standalone-full.xml
    • For cluster:
      <jboss_home>/standalone/configuration/standalone-full-ha.xml
  • For WildFly:
    Enabled by default
 
<system-properties>         <property name="org.apache.catalina.connector.URI_ENCODING" value="UTF-8"/>        </system-properties>