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 2003/07/29 17:10:39 UTC

DO NOT REPLY [Bug 21970] New: - URL's referencing directories without trailing slash redirected to ROOT context

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

URL's referencing directories without trailing slash redirected to ROOT context

           Summary: URL's referencing directories without trailing slash
                    redirected to ROOT context
           Product: Tomcat 5
           Version: 5.0.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hoju@visi.com


Given a typed URL such as:
http://localhost:8080/tomcat-docs/appdev

Expected redirection:
http://localhost:8080/tomcat-docs/appdev/

Actual redirection:
http://localhost:8080/appdev/

The context is being stripped off upon redirection.

Jake

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