https://bz.apache.org/bugzilla/show_bug.cgi?id=58079
Bug ID: 58079
Summary: HTTP Cache Manager doesn't respect
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
When we perform multiple HTTP request to the same URL but with different
headers, the client must cache the response according to the value of the
'Vary' header in the response.
Currently, I have the impression it is not the case.
I have make a scenario with 2 HTTP Request, one with a header 'Accept :
application/json' and the other with the header 'text/plain' (and my server set
the header 'Vary' to 'Accept', and the header 'Cache-Control' to 'no-transform,
max-age=86400').
When caching is activated, I see only one of the 2 request in the aggregated
graph results.
--
You are receiving this mail because:
You are the assignee for the bug.