Hi, I am switching between Tomcat 3.3 and Tomcat 4.1. Now my servlet that
was using the pathInfo parameter does not work when I have special char in
the path (like �).


Tomcat 3.3 :
http://server/context/my_servletHandler/public/Qualit�/myDoc.txt
OK, path info is decoded on the server

Tomcat 4.1 :
http://server/context/my_servletHandler/public/Qualit�/myDoc.txt
Bug: getPathInfo function returns : /public/Qualit

Can not find anything about that. Is this a known Issues ? if not I think it
is a bug.

Thank you.

Hugo

Reply via email to