If you're using Tomcat container for working with Hudson, you'll most likely see a warning on the Manage Hudson page. Something like "Your container doesn't use UTF-8 to decode URL's".
In that case, we need to tweak Tomcat a little bit. Edit the server.xml file located at $TOMCAT_HOME / conf
Locate the line where connector port is mentioned. Once located, we just have to add the following next to it - URIEncoding="UTF-8"
Refer the i18n section of the official Hudson FAQ link here.
In that case, we need to tweak Tomcat a little bit. Edit the server.xml file located at $TOMCAT_HOME / conf
Locate the line where connector port is mentioned. Once located, we just have to add the following next to it - URIEncoding="UTF-8"
Refer the i18n section of the official Hudson FAQ link here.
No comments:
Post a Comment