InternalisationAndLocalisationTips
From DSpace Wiki
[Category:Internationalisation]]
[edit] URL Encoding
Tip courtesy of Marc Goovaerts and Marie-Hélène Vézina: -
Some bugs are caused by the servlet container not encoding URLs properly. This can be cured by editing your tomcat config.
{{{ <Connector port="12345"
URIEncoding="UTF-8"
(...)
/> }}}
