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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]