You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/07 10:21:27 UTC

DO NOT REPLY [Bug 6300] New: - tomcat responses 404 when trying to access it using '%2f' instead of '/'

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: tomcat-dev@jakarta.apache.org
        ReportedBy: ofer@feathersys.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>