[
https://issues.apache.org/jira/browse/HTTPCLIENT-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1700.
-------------------------------------------
Resolution: Fixed
Fixed in SVN 4.5.x branch
http://svn.apache.org/viewvc?rev=1722959&view=rev
Please review / re-test.
Oleg
> CookieSpecBase & empty cookie names
> -----------------------------------
>
> Key: HTTPCLIENT-1700
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1700
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpCookie
> Affects Versions: 4.5.1, 4.5.2
> Reporter: Michael Gardner
> Priority: Minor
>
> As of HTTPCLIENT-1695, {{RFC6265CookieSpec}} accepts cookies with empty
> names. However, {{DefaultCookieSpec}} doesn't always choose this parser when
> it encounters such a cookie, and since {{CookieSpecBase}} rejects empty
> cookie names, we can end up with the same result unless we specify
> {{RFC6265CookieSpec}} explicitly (not ideal if we need to deal with a variety
> of sources).
> In the interests of robustness, I would argue that {{CookieSpecBase}} should
> similarly ignore cookie with empty names rather than throw an exception ("be
> conservative in what you send, liberal in what you accept").
> Alternatively, {{DefaultCookieSpec}} could detect such cookies and parse them
> via {{RFC6265CookieSpec}}; but that would be more complex and might lead to
> other issues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]