I can see that even if you specify URIEncoding=UTF-8 in server.xml, calls to HttpServletRequest.getRequestURI() will still return an undecoded String. (This is probably because of the "specification text" in javadoc: "The web container does not decode this String.")
My question is if this behaviour has changed throughout Tomcat versions? We got problems with this when upgrading to Tomcat 7, and it seems we have been getting decoded strings previously when we were using Jboss 4 (based an Tomcat 5.5 IIRC). Thanks Mike Wilson --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org