Thanks Maik, that worked out!

If somebody has the same problem, just edit the file TOMCAT_DIR/conf/server.xml

In the Connector component, add the URIEncoding attribute set to UTF-8:
<Connector port="8080" [b]URIEncoding="UTF-8"[/b]/>

If you use mod_jk, do not forget to change also the AJP Connector:
<Connector port="8009" protocol="AJP/1.3" [b]URIEncoding="UTF-8"[/b]/>

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=836f8672-9acc-4f22-80f5-e4ac02fba3e5


----------------------------------------------------------------
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