https://issues.apache.org/bugzilla/show_bug.cgi?id=48409
Summary: Cookie information is stripped after colon
Product: Tomcat 6
Version: 6.0.20
Platform: All
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Servlet & JSP API
AssignedTo: [email protected]
ReportedBy: [email protected]
Cookie information when read using this version strips cookie value when it
sees colon. This bothers our application where login logic is dependent on
reading the cookie.
Tomcat 5.5.25 does work very well.
But Tomcat 6.0.20 does not. Below is the example.
-- Tomcat 5.5.25
ECCUser:n0MSlkL7ugtO84tH:n0MTL1Z9YZSMSolB:airsdenise
--Tomcat 6.0.20
ECCUser:n0V1URmZt5prVsGl
ps. Cookie information is read using as below.
Cookie [] cookies = req.getCookies(); // req is HttpServletRequest
Let us know if there is any patch that works.
Please let me know if you need more information.
Thanks,
Sundar
--
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]