https://bz.apache.org/bugzilla/show_bug.cgi?id=64915
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Keywords| |FixedInTrunk --- Comment #3 from Felix Schumacher <[email protected]> --- @Vinod, could you test the next nigthly or trunk build (https://jmeter.apache.org/nightly.html) and report back, whether the issue is solved for you? commit 589511cf254b894353494546b82df6f45a6e1066 AuthorDate: Mon Nov 16 13:22:57 2020 +0100 JMeter Cache Manager misbehaving when "Use Cache-Control/Expires header" is checked Don't store http responses in the cache, if they have no caching related headers. Bugzilla Id: 64915 --- .../jmeter/protocol/http/control/CacheManager.java | 21 ++++++++++++---- .../http/control/TestCacheManagerBase.java | 12 ++++++++++ .../protocol/http/control/TestCacheManagerHC4.java | 24 ++++++++++++++++--- .../control/TestCacheManagerUrlConnection.java | 6 +++++ .../control/TestCacheManagerUrlConnectionBase.java | 28 +++++++++++++++------- xdocs/changes.xml | 1 + 6 files changed, 76 insertions(+), 16 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
