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 2004/02/13 20:11:50 UTC

DO NOT REPLY [Bug 26927] New: - pathinfo broken with tomcat 5.x

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=26927>.
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=26927

pathinfo broken with tomcat 5.x

           Summary: pathinfo broken with tomcat 5.x
           Product: Tomcat 5
           Version: 5.0.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: fred@stsci.edu


If you append a path on the end of a URL for a servlet, the path is treated
as part of the URL instead of being passed to the servlet as pathinfo.  This
works fine with tomcat 4.x but doesn with either 5.0.16 or 5.0.18.  You can
see this with the example servlets by using a URL like:

http://server:8080/servlets-examples/servlet/HelloWorldExample/xyz

The same path works fine with 4.0.6 and 4.1.24.

The problem occurs with woth the AJP and Coyote connectors and returns
a 404 error.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org