You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/07/08 11:37:15 UTC

[Bug 53521] New: Cache Manager should cache content with Cache-control=private

https://issues.apache.org/bugzilla/show_bug.cgi?id=53521

          Priority: P2
            Bug ID: 53521
          Assignee: issues@jmeter.apache.org
           Summary: Cache Manager should cache content with
                    Cache-control=private
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: p.mouawad@ubik-ingenierie.com
          Hardware: All
            Status: NEW
           Version: 2.7
         Component: HTTP
           Product: JMeter

Initial user mailing list discussion:
http://mail-archives.apache.org/mod_mbox/jmeter-user/201207.mbox/%3CCAF9KzQXyecMHNS2wdmD9vasa1FTRrwkoUpvPoboKzLksxFF0NQ%40mail.gmail.com%3E

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53521] Cache Manager should cache content with Cache-control=private

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53521

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53521] Cache Manager should cache content with Cache-control=private

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53521

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53521] Cache Manager should cache content with Cache-control=private

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53521

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.