https://bz.apache.org/bugzilla/show_bug.cgi?id=59071
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |58756 Resolution|DUPLICATE |FIXED --- Comment #2 from Philippe Mouawad <[email protected]> --- Author: pmouawad Date: Thu Feb 25 22:10:00 2016 New Revision: 1732387 URL: http://svn.apache.org/viewvc?rev=1732387&view=rev Log: Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation After fix to Bug 58756, default was used as the default policy. But this is wrong as: - HttpHC3Impl used "compabitility" as default - HttpHC4Impl should use "standard" as default (This explains the reported issue by Maxime Chassagneux on Mailing list related to dates parsing) Bugzilla Id: 58756 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieHandler.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CookieManager.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HC3CookieHandler.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HC4CookieHandler.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java -- You are receiving this mail because: You are the assignee for the bug.
