https://issues.apache.org/bugzilla/show_bug.cgi?id=51833

             Bug #: 51833
           Summary: Tomcat doesn't strip jsessionid from the url
           Product: Tomcat 6
           Version: 6.0.33
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: goz...@yahoo.com
    Classification: Unclassified


The url I use to access Tomcat is:

http://localhost/bin/upload;jsessionid=CDDAB8614E1F0ACB724CC033C8300697

the result I was getting when calling request.getRequestURI() is:

/bin/upload

This used to work until the latest version of tomcat 6.0.33. Now I'm getting:

/bin/upload;jsessionid=CDDAB8614E1F0ACB724CC033C8300697

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to