Changeset 2171
- Timestamp:
- 30/01/13 08:15:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r2169 r2171 1296 1296 <iref item="public (cache directive)" primary="true" /> 1297 1297 <t> 1298 The "public" response directive indicates that a response whose 1299 associated request contains an 'Authentication' header &MAY; be 1300 stored (see <xref target="caching.authenticated.responses" />). 1298 The "public" response directive indicates that any cache &MAY; store the 1299 response and reuse it for later requests, even if the response would 1300 normally be non-cacheable or cacheable only within a non-shared cache. 1301 (See <xref target="caching.authenticated.responses"/> for additional 1302 details related to the use of public in response to a request containing 1303 <x:ref>Authorization</x:ref>.) 1301 1304 </t> 1302 1305 </section> … … 1315 1318 The "private" response directive indicates that the response message is 1316 1319 intended for a single user and &MUST-NOT; be stored by a shared cache. A 1317 private cache &MAY; store the response. 1320 private cache &MAY; store the response and reuse it for later requests, 1321 even if the response would normally be non-cacheable. 1318 1322 </t> 1319 1323 <t> … … 2466 2470 </t> 2467 2471 <t> 2468 The meaning of the "public" cache response directive has been refined to2469 be less vague.2470 (<xref target="cache-response-directive.public" />)2471 </t>2472 <t>2473 2472 The "no-cache" response cache directive's meaning has been clarified. 2474 2473 (<xref target="cache-response-directive.no-cache" />) … … 2686 2685 "No-Transform" 2687 2686 </t> 2687 <t> 2688 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/430"/>: 2689 "Revert prior change to the meaning of the public cache response 2690 directive. 2691 </t> 2688 2692 </list> 2689 2693 </t>
Note: See TracChangeset
for help on using the changeset viewer.