https://bz.apache.org/bugzilla/show_bug.cgi?id=61176
Bug ID: 61176
Summary: Content-Encoding gzip will prevent cache manager to
cache embedded resources
Product: JMeter
Version: 3.2
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hello,
I tracked down an issue with version 3.2
I use Cache Manager and a GET request within a thread group. In the advanced
settings of the http request, fetching the embedded resources is checked.
If the included CSS or JS files are gzip compressed, the Cache is not working
any more. The internal method "setCache" is not called for these files.
"Content-Encoding:gzip" in the http response header will disable caching and
prevent the Cache Manager to work.
In my opinion it should cache despite compression as compression is recommended
for speeding up pages.
When I disable mod_deflate, JMeter works as expected and caches the static
files which are included in the HTML page.
If you need further information, I can set up a sample page.
Kind regards,
Thomas
--
You are receiving this mail because:
You are the assignee for the bug.