Changeset 391 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 15/11/08 00:44:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r382 r391 1252 1252 </t> 1253 1253 <t> 1254 When the cache receives a subsequent request whose Request-URI1254 When the cache receives a subsequent request whose request-target 1255 1255 specifies one or more cache entries including a Vary header field, 1256 1256 the cache &MUST-NOT; use such a cache entry to construct a response to … … 1301 1301 <t> 1302 1302 If a cache receives a successful response whose Content-Location 1303 field matches that of an existing cache entry for the same Request-URI,1303 field matches that of an existing cache entry for the same request-target, 1304 1304 whose entity-tag differs from that of the existing entry, and 1305 1305 whose Date is more recent than that of the existing entry, the … … 1388 1388 <t> 1389 1389 Some HTTP methods &MUST; cause a cache to invalidate an entity. This is 1390 either the entity referred to by the Request-URI, or by the Location1390 either the entity referred to by the request-target, or by the Location 1391 1391 or Content-Location headers (if present). These methods are: 1392 1392 <list style="symbols"> … … 1400 1400 on the URI in a Location or Content-Location header &MUST-NOT; be 1401 1401 performed if the host part of that URI differs from the host part 1402 in the Request-URI. This helps prevent denial of service attacks.1402 in the request-target. This helps prevent denial of service attacks. 1403 1403 </t> 1404 1404 <t> 1405 1405 A cache that passes through requests for methods it does not 1406 1406 understand &SHOULD; invalidate any entities referred to by the 1407 Request-URI.1407 request-target. 1408 1408 </t> 1409 1409 </section>
Note: See TracChangeset
for help on using the changeset viewer.