You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/01/28 19:53:56 UTC

DO NOT REPLY [Bug 16505] - CookieSpec.formatCookie(Cookie) produces an incorrect cookie header value

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16505>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16505

CookieSpec.formatCookie(Cookie) produces an incorrect cookie header value

oleg.kalnichevski@bearingpoint.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |commons-httpclient-
                   |                            |dev@jakarta.apache.org
         AssignedTo|commons-httpclient-         |oleg.kalnichevski@bearingpoi
                   |dev@jakarta.apache.org      |nt.com



------- Additional Comments From oleg.kalnichevski@bearingpoint.com  2003-01-28 18:53 -------
Ryan
CookieSpec.formatCookie(Cookie) was not envisaged to produce a 
complete "Cookie" header value. It's a helper method used internally by 
CookieSpec.formatCookie(Cookie[]) to produce full-fledged "Cookie" header value 
that includes a version attribute as well. This is more a documentation problem 
rather than a bug. Do you see it differently?
Oleg