You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/04/16 01:07:53 UTC

DO NOT REPLY [Bug 8133] New: - multiple cookie values should be separated by space

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=8133>.
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=8133

multiple cookie values should be separated by space

           Summary: multiple cookie values should be separated by space
           Product: Commons
           Version: 1.0 Beta 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: xiaowei@stratify.com


when multiple cookies apply to a URL, they should be seperated by a space. 

Currently, in Cookie.createCookieHeader, they are concatenated without adding a 
space, this is causing problem for certain sites, e.g. my.yahoo.com

Adding a space separator fixes this problem and that seems to be the behavior 
of a typical browser. Although RFC 2109 doesn't specify this. Again, let's save 
us some trouble by adding this.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>