If CA Identity Manager is hosted on a JBoss application server, localizing CA 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:
jboss_home/server/default/deploy/jboss-web.deployer/server.xml
jboss_home/server/default/deploy/jbossweb.sar/server.xml
Specify UTF-8 encoding for URI as follows:
<Server ...>
<Service ...>
<Connector port="8080" ... URIEncoding="UTF-8"/>
...
</Connector>
</Service>
</Server>
|
Copyright © 2014 CA.
All rights reserved.
|
|