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 markt:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=10&rev2=11

Comment:
Notes on stricy naming

  ||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.||
  ||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||TBD||TBD||
+ ||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.||
  ||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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to