https://bz.apache.org/bugzilla/show_bug.cgi?id=59071
Bug ID: 59071
Summary: CookieManager : Defaults used by CookieManager (after
Bug 58756) are wrong
Product: JMeter
Version: Nightly (Please specify date)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
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)
The issue is that when reading a 2.13 saved JMX from a 3.0, as default have
changed, the default values are not in JMX file so we end up initializing
different values.
--
You are receiving this mail because:
You are the assignee for the bug.