-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Comment attribute is missing in Version 1 Cookie
Though the latest cookie spec[1] does not mention the attribute, the previous cookie specs[2][3] define the attribute and Servlet API[4] also has setComment(String) method. So, Comment attribute should be supported in V1 Cookie.
The old Netscape spec[5] does not mention the attribute attribute, so it's not required in V0 Cookie.
[1] https://tools.ietf.org/html/rfc6265
[2] https://tools.ietf.org/html/rfc2109
[3] https://tools.ietf.org/html/rfc2965
[4] http://docs.oracle.com/javaee/7/api/javax/servlet/http/Cookie.html
[5] http://web.archive.org/web/20020803110822/http://wp.netscape.com/newsref/std/cookie_spec.html
- relates to
-
JBEAP-5695 [GSS](7.0.z) "Comment" attribute is missing in Version 1 Cookie
- Verified