You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/12/12 15:30:20 UTC

[Bug 55867] When Cookie value is empty, double quotes are added

https://issues.apache.org/bugzilla/show_bug.cgi?id=55867

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
RFC2109 says that values are tokens or quoted-values, and whitespace is allowed
around tokens, equals signs, etc. Using value="" seems entirely appropriate.

RFC2109 also says that the cookie value is opaque to the client and only has
meaning to the server. Since the server decided to add the double-quotes, it
should be able to handle the cookie value coming back to it.

Why is this a bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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