Changeset 2675 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 14/05/14 16:26:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r2674 r2675 950 950 recipient to ignore the <x:ref>Range</x:ref> header field if the validator 951 951 doesn't match, resulting in transfer of the new selected representation 952 instead of a 412 response. If-Range is defined in &header-if-range;. 952 instead of a <x:ref>412 (Precondition Failed)</x:ref> response. If-Range is 953 defined in &header-if-range;. 953 954 </t> 954 955 </section> … … 1026 1027 A server &MUST; ignore all received preconditions if its response to the 1027 1028 same request without those conditions would have been a status code other 1028 than a <x:ref>2xx </x:ref> or <x:ref>412 (Precondition Failed)</x:ref>.1029 than a <x:ref>2xx (Successful)</x:ref> or <x:ref>412 (Precondition Failed)</x:ref>. 1029 1030 In other words, redirects and failures take precedence over the evaluation 1030 1031 of preconditions in conditional requests.
Note: See TracChangeset
for help on using the changeset viewer.