Bug 53521

Summary: Cache Manager should cache content with Cache-control=private
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: 2.7   
Target Milestone: ---   
Hardware: All   
OS: All   

Comment 1 Philippe Mouawad 2012-07-08 09:37:35 UTC
Spec says:
private
    Indicates that all or part of the response message is intended for a single user and MUST NOT be cached by a shared cache. This allows an origin server to state that the specified parts of the 
    response are intended for only one user and are not a valid response for requests by other users. A private (non-shared) cache MAY cache the response. 

    Note: This usage of the word private only controls where the response may be cached, and cannot ensure the privacy of the message content.
Comment 2 Philippe Mouawad 2012-07-08 09:41:51 UTC
Date: Sun Jul  8 09:40:51 2012
New Revision: 1358710

URL: http://svn.apache.org/viewvc?rev=1358710&view=rev
Log:
Bug 53521 - Cache Manager should cache content with Cache-control=private
Bugzilla Id: 53521

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java
    jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCacheManager.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 Philippe Mouawad 2012-07-08 12:50:52 UTC
Date: Sun Jul  8 12:49:28 2012
New Revision: 1358732

URL: http://svn.apache.org/viewvc?rev=1358732&view=rev
Log:
Bug 53521 - Cache Manager should cache content with Cache-control=private
Bugzilla Id: 53521
Comment 4 The ASF infrastructure team 2022-09-24 20:37:50 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2857