https://issues.apache.org/bugzilla/show_bug.cgi?id=55867
Bug ID: 55867
Summary: When Cookie value is empty, double quotes are added
Product: Tomcat 7
Version: 7.0.41
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Servlet & JSP API
Assignee: [email protected]
Reporter: [email protected]
When Cookie value is empty, double quotes are added. Example if cookie is
following -
name = test
value =
the resultant cookie in the client is test = ""
Tried using org.apache.tomcat.util.http.ServerCookie.ALLOW_NAME_ONLY property,
but it has no effect.
--
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]