Setup URIEncoding="UTF-8" to use unversal URI encoding. http://wiki.hudson-ci.org/display/HUDSON/Tomcat Some versions of Tomcat (such as 5.0.28) uses iso-8859-1 to decode URLs, which is in a clear violation of the relevant RFCs. To fix this problem, add the following URIEncoding attribute to the connector definition in $TOMCAT_HOME/conf/server.xml. --- a/conf/server.xml.orig 2010-06-13 16:55:18.000000000 +0200 +++ b/conf/server.xml 2010-07-20 13:51:33.000000000 +0200 @@ -66,12 +66,14 @@ --> - +