https://issues.apache.org/bugzilla/show_bug.cgi?id=44927
Summary: Cookie parsing is broken in 6.0.16
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Linux
Status: NEW
Severity: regression
Priority: P2
Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
A recent change to cookie parsing that I think appeared in 6.0.16 has caused us
some problems. Any cookies with an = in their values no longer parse
correctly. For example:
Cookie: A=b=c;D=e
Prior to 6.0.16, this was properly parsed as
A b=c
D e
In 6.0.16, this is parsed as
A b
D e
--
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]