You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2014/01/01 19:14:51 UTC

[Tomcat Wiki] Update of "Cookies" by ChristopherSchultz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The "Cookies" page has been changed by ChristopherSchultz:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=11&rev2=12

Comment:
Added clarification questions

  ||Quoted values in V0 cookies ([[https://issues.apache.org/bugzilla/show_bug.cgi?id=55920|Bug 55920]])||Quotes removed.||TBD||Netscape - quotes are part of value.||Quotes are not part of value.||
  ||Raw JSON in cookie values ([[https://issues.apache.org/bugzilla/show_bug.cgi?id=55921|Bug 55921]])||TBD||TBD||TBD||TBD||
  ||Allow equals in value||Not by default. Allowed if property set.||TBD||Netscape is ambiguous. RFC2109 requires quoting.||Allowed.||
- ||Allow separators in V0 names and values||Not by default. Allowed if property set.||TBD||Yes except semi-colon, comma and whitespace.||Never in names. Yes in values except semi-colon, comma and whitespace, double-quote and backslash.||
+ ||Allow separators in V0 names and values||Not by default. Allowed if property set.||TBD||Yes except semi-colon, comma and whitespace.||Never in names. Yes in values except semi-colon, comma and whitespace, double-quote and backslash. (semi-colon, etc. allowed in quoted values?)||
  ||Always add expires||Enabled by default. Disabled by property.||TBD||Netsacpe uses expires. RFC2109 uses Max-Age.||Allows either, none or both.||
  ||/ is separator||Enabled by default. Disabled by property.||TBD||Netscape allowed in names and values. RFC2109 allowed in values if quoted.||Allowed in values.||
- ||Strict naming||Enabled by default. Disabled by property.||TBD||Netscape allows names the Servlet spec does not. RFC2109 is consistent with the Servlet spec.||Consistent with the Servlet spec.||
+ ||Strict naming (definition?)||Enabled by default. Disabled by property.||TBD||Netscape allows names the Servlet spec does not. RFC2109 is consistent with the Servlet spec.||Consistent with the Servlet spec.||
  ||Allow name only||Disabled by default. Enabled by property.||TBD||Netscape allowed and equals sign expected before empty value. RFC2109 not allowed.||Allowed but equals sign required before empty value.||
  
  Issues to add to the table above

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org