Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 07/Mar/13 2:32 PM
Description:

http://documentation.magnolia-cms.com/technical-guide/i18n.html#Unicode

We should mention we need to set UTF-8 encoding also in web container configuration.

For apache tomcat add URIEncoding="UTF-8" to Connector in conf/server.xml :

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443"
               URIEncoding="UTF-8"
               useBodyEncodingForURI="true" />

For Jboss we need to add to standalone.xml or domain.xml, right after <extensions />:

<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>
Project: Documentation
Priority: Neutral Neutral
Reporter: Jaroslav Simak
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to