Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
4.5.1
-
None
Description
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#match compared to org.apache.commons.httpclient.cookie.CookieSpec#match.
In HC3, match returned false for IGNORE_POLICY while it now returns true.