Changeset 925
- Timestamp:
- 24/07/10 13:59:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r921 r925 692 692 If-Unmodified-Since header field) and one or more entity-tags (e.g., 693 693 in an If-Match, If-None-Match, or If-Range header field) as cache 694 validators, &MUST-NOT; return a response status of 304 (Not Modified)694 validators, &MUST-NOT; return a response status code of 304 (Not Modified) 695 695 unless doing so is consistent with all of the conditional header 696 696 fields in the request. … … 814 814 <t> 815 815 If the request would, without the If-Match header field, result in 816 anything other than a 2xx or 412 status , then the If-Match header816 anything other than a 2xx or 412 status code, then the If-Match header 817 817 &MUST; be ignored. 818 818 </t> … … 874 874 <list style="numbers"> 875 875 <t>If the request would normally result in anything other than a 876 200 (OK) status , or if the passed If-Modified-Since date is876 200 (OK) status code, or if the passed If-Modified-Since date is 877 877 invalid, the response is exactly the same as for a normal GET. 878 878 A date which is later than the server's current time is … … 967 967 header fields (particularly ETag) of one of the representations that 968 968 matched. For all other request methods, the server &MUST; respond with 969 a status of 412 (Precondition Failed).969 a 412 (Precondition Failed) status code. 970 970 </t> 971 971 <t> … … 978 978 <t> 979 979 If the request would, without the If-None-Match header field, result 980 in anything other than a 2xx or 304 status , then the If-None-Match980 in anything other than a 2xx or 304 status code, then the If-None-Match 981 981 header &MUST; be ignored. (See <xref target="rules.for.when.to.use.entity.tags.and.last-modified.dates"/> for a discussion of 982 982 server behavior when both If-Modified-Since and If-None-Match appear … … 1039 1039 <t> 1040 1040 If the request normally (i.e., without the If-Unmodified-Since 1041 header) would result in anything other than a 2xx or 412 status , the1042 If-Unmodified-Since header &SHOULD; be ignored.1041 header) would result in anything other than a 2xx or 412 status code, 1042 the If-Unmodified-Since header &SHOULD; be ignored. 1043 1043 </t> 1044 1044 <t>
Note: See TracChangeset
for help on using the changeset viewer.