If CA IdentityMinder is hosted on a JBoss application server, localizing CA IdentityMinder 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 © 2013 CA. All rights reserved. |
|