[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15056277#comment-15056277
 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1705:
-----------------------------------------------

{noformat}
final BasicClientCookie cookie1 = new BasicClientCookie("test1", "moo1");
cookie1.setPath("/");
final BasicClientCookie cookie2 = new BasicClientCookie("test2", "moo2");
cookie2.setPath("/sub1");
final BasicClientCookie cookie3 = new BasicClientCookie("test2", "moo3");
cookie2.setPath("/"); 
{noformat}

if 'cookie2' on the last line is changed to 'cookie3' (which I suppose was the 
intent) the test case passes just fine for me. Are you absolutely sure about 
the test setup?

Oleg

> CookieSpecs#formatCookies ordering change between HC3 and HC4
> -------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1705
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1705
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.5.1
>            Reporter: Philippe Mouawad
>         Attachments: HTTPCLIENT-1705.patch
>
>
> Following:
> http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/201512.mbox/%3CCAH9fUpYn6BDFUMA6qq-q4ioFsSQvd%2BFrLJCiSJXaAxnw1ZsBtg%40mail.gmail.com%3E
> When migrating from HTTPCLIENT3 to HC4.5 (issue is also in HC4.2.3), we have 
> a change in behaviour of 
> org.apache.http.client.config.CookieSpec#formatCookies compared to 
> org.apache.commons.httpclient.cookie.CookieSpec#formatCookies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to