Changeset 512 for draft-ietf-httpbis
- Timestamp:
- 05/03/09 05:30:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest-roy/p6-cache.xml
r511 r512 395 395 <t>the "private" cache response directive (see <xref target="header.cache-control" /> 396 396 does not appear in the response, if the cache is a shared cache, and</t> 397 <t>the request does not have an Authorization header (see &header-authorization), if 398 unless either the cache is non-shared, or the "public" directive is present (see <xref 399 target="header.cache-control" />).</t> 397 400 <t>the cache understands partial responses, if the response is partial or incomplete 398 401 (see <xref target="errors.or.incomplete.response.cache.behavior" />).</t> … … 421 424 <section anchor="constructing.responses.from.caches" 422 425 title="Constructing Responses from Caches"> 423 <t>For a presented request, a non-sharedcache &MAY; return a stored response, provided426 <t>For a presented request, a cache &MAY; return a stored response, provided 424 427 that: <list style="symbols"> 425 428 <t>The presented Request-URI and that of the stored response match (see … … 438 441 its use (see <xref target="header.cache-control" /> and <xref target="header.pragma" 439 442 />).</t> 440 </list>441 </t>442 <t>A shared cache &MAY; return a stored response, provided that: <list style="symbols">443 <t>The criteria for non-shared caches above are met (taking into account directives specific to shared444 caches; see <xref target="header.cache-control" />), and</t>445 <t>the stored response was not associated with an authenticated request (see446 &header-authorization;), unless explicitly allowed (see <xref447 target="header.cache-control" />).</t>448 443 </list> 449 444 </t>
Note: See TracChangeset
for help on using the changeset viewer.