DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6300>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6300 tomcat responses 404 when trying to access it using '%2f' instead of '/' Summary: tomcat responses 404 when trying to access it using '%2f' instead of '/' Product: Tomcat 3 Version: 3.3 Final Platform: Other OS/Version: Linux Status: NEW Severity: Blocker Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I built a servlet, let's assume its name is X, which uses the path info to further processing. When this servlet is being addressed using http://domain/servlet/X/path/ my servlet responses ok, but when its being addressed using http://domain/servlet/X/path1%2fpath2 the web server respones in 404 error message. ( %2f = / ). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>