Changeset 1529 for draft-ietf-httpbis/latest
- Timestamp:
- 07/02/12 01:42:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1523 r1529 1068 1068 A cache &MUST; invalidate the effective Request URI 1069 1069 (&effective-request-uri;) as well as the URI(s) in the Location 1070 and Content-Location header fields (if present) when a non-error1070 and Content-Location response header fields (if present) when a non-error 1071 1071 response to a request with an unsafe method is received. 1072 1072 </t> 1073 1073 <t> 1074 However, a cache &MUST-NOT; invalidate a URI from a 1075 Location or Content-Location header field if the host part of that URI1076 differs from the host part in the effective request URI1077 (&effective-request-uri;).This helps prevent denial of service attacks.1074 However, a cache &MUST-NOT; invalidate a URI from a Location or 1075 Content-Location response header field if the host part of that URI differs 1076 from the host part in the effective request URI (&effective-request-uri;). 1077 This helps prevent denial of service attacks. 1078 1078 </t> 1079 1079 <t>
Note: See TracChangeset
for help on using the changeset viewer.