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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to