Re: Does no-store in request imply no-cache?

From: Kinkie <gkinkie_at_gmail.com>
Date: Wed, 22 Sep 2010 22:46:01 +0200

On Wed, Sep 22, 2010 at 8:27 PM, Alex Rousskov
<rousskov_at_measurement-factory.com> wrote:
> Hello,
>
>    One interpretation of RFC 2616 allows the proxy to serve hits when the
> request contains "Cache-Control: no-store". Do you think such an
> interpretation is valid?
>
>  no-store
>      The purpose of the no-store directive is to prevent the
>      inadvertent release or retention of sensitive information (for
>      example, on backup tapes). The no-store directive applies to the
>      entire message, and MAY be sent either in a response or in a
>      request. If sent in a request, a cache MUST NOT store any part of
>      either this request or any response to it.

Hi,
No; IMVHO it means that it can be stored in RAM, but not swapped out
to a cache_dir.
no-store => no-cache is a conservative (but valid) approximation.

-- 
    /kinkie
Received on Wed Sep 22 2010 - 20:46:07 MDT

This archive was generated by hypermail 2.2.0 : Thu Sep 23 2010 - 12:00:11 MDT