Changeset 965 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 30/07/10 06:11:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r951 r965 504 504 unless: 505 505 <list style="symbols"> 506 <t>The presented Effective Request URI (&effective-request-uri;) and506 <t>The presented effective request URI (&effective-request-uri;) and 507 507 that of the stored response match, and</t> 508 508 <t>the request method associated with the stored response allows it to … … 868 868 An invalidation based on a URI from a Location or Content-Location header 869 869 &MUST-NOT; be performed if the host part of that URI differs from the host 870 part in the Effective Request URI (&effective-request-uri;). This helps870 part in the effective request URI (&effective-request-uri;). This helps 871 871 prevent denial of service attacks. 872 872 </t> 873 873 <t> 874 874 A cache that passes through requests for methods it does not understand 875 &SHOULD; invalidate the Effective Request URI (&effective-request-uri;).875 &SHOULD; invalidate the effective request URI (&effective-request-uri;). 876 876 </t> 877 877 <t> 878 878 Here, "invalidate" means that the cache will either remove all stored 879 responses related to the Effective Request URI, or will mark these as879 responses related to the effective request URI, or will mark these as 880 880 "invalid" and in need of a mandatory validation before they can be returned 881 881 in response to a subsequent request. … … 1010 1010 related to caching. 1011 1011 </t> 1012 <t>1013 For entity-header fields, both sender and recipient refer to either the1014 client or the server, depending on who sends and who receives the message.1015 </t>1016 1012 1017 1013 <section anchor="header.age" title="Age"> … … 1435 1431 <x:anchor-alias value="Expires-v"/> 1436 1432 <t> 1437 The "Expires" entity-header field gives the date/time after which the1433 The "Expires" header field gives the date/time after which the 1438 1434 response is considered stale. See <xref target="expiration.model" /> for 1439 1435 further discussion of the freshness model. … … 2608 2604 <list style="symbols"> 2609 2605 <t> 2606 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/109"/>: 2607 "Clarify entity / representation / variant terminology" 2608 </t> 2609 <t> 2610 2610 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/220"/>: 2611 2611 "consider removing the 'changes from 2068' sections"
Note: See TracChangeset
for help on using the changeset viewer.