Symptom:
Federation transaction fails with forms authentication when objects or entities are defined in French or Japanese characters with users either in French or Japanese.
Solution:
Update the standalone.xml file of Jboss 6.1 to include the system properties for URL Encoding.
Follow these steps:
Jboss_install_dir/standalone/configuration
<system-properties> <property name="org.apache.catalina.connector.URI_ENCODING" value="UTF-8"/> <property name="org.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING" value="true"/> </system-properties>
|
Copyright © 2013 CA.
All rights reserved.
|
|