Changeset 245 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 15/05/08 11:38:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r244 r245 425 425 </t> 426 426 <t> 427 Clients &MAY; issue simple (non-subrange) GET requests with either weak 428 validators or strong validators. Clients &MUST-NOT; use weak validators 429 in other forms of request. 427 Clients &MUST-NOT; use weak validators in range requests (<xref target="Part5"/>). 430 428 </t> 431 429 <t> … … 501 499 </t> 502 500 <t> 503 A cache or origin server receiving a conditional r equest, other than504 a full-body GET request,&MUST; use the strong comparison function to501 A cache or origin server receiving a conditional range request 502 (<xref target="Part5"/>) &MUST; use the strong comparison function to 505 503 evaluate the condition. 506 504 </t> … … 852 850 </t> 853 851 <t> 854 See <xref target="weak.and.strong.validators"/> for rules on how to determine if two entities tags 855 match. The weak comparison function can only be used with GET or HEAD 856 requests. 852 See <xref target="weak.and.strong.validators"/> for rules on how to 853 determine if two entity tags match. 857 854 </t> 858 855 <t> … … 1228 1225 1229 1226 <section title="Changes from RFC 2616" anchor="changes.from.rfc.2616"> 1227 <t> 1228 Allow weak entity tags in all requests except range requests (Sections 1229 <xref target="weak.and.strong.validators" format="counter"/> and 1230 <xref target="header.if-none-match" format="counter"/>). 1231 </t> 1230 1232 </section> 1231 1233 … … 1273 1275 <section title="Since draft-ietf-httpbis-p4-conditional-02"> 1274 1276 <t> 1277 Closed issues: 1278 <list style="symbols"> 1279 <t> 1280 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/116"/>: 1281 "Weak ETags on non-GET requests" 1282 </t> 1283 </list> 1275 1284 </t> 1276 1285 </section>
Note: See TracChangeset
for help on using the changeset viewer.