Changeset 2022
- Timestamp:
- 29/11/12 03:43:33 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r2018 r2022 1294 1294 </div> 1295 1295 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h1> 1296 <p id="rfc.section.A.p.1">Weak entity-tags are now allowed in all requests except range requests (Sections <a href="#weak.and.strong.validators" title="Weak versus Strong">2.1</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.2" title="If-None-Match">3.2</a>). 1297 </p> 1298 <p id="rfc.section.A.p.2">The <a href="#header.etag" class="smpl">ETag</a> header field ABNF has been changed to not use quoted-string, thus avoiding escaping issues. (<a href="#header.etag" id="rfc.xref.header.etag.3" title="ETag">Section 2.3</a>) 1296 <p id="rfc.section.A.p.1">The definition of validator weakness has been expanded and clarified. (<a href="#weak.and.strong.validators" title="Weak versus Strong">Section 2.1</a>) 1297 </p> 1298 <p id="rfc.section.A.p.2">Weak entity-tags are now allowed in all requests except range requests (Sections <a href="#weak.and.strong.validators" title="Weak versus Strong">2.1</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.2" title="If-None-Match">3.2</a>). 1299 </p> 1300 <p id="rfc.section.A.p.3">The <a href="#header.etag" class="smpl">ETag</a> header field ABNF has been changed to not use quoted-string, thus avoiding escaping issues. (<a href="#header.etag" id="rfc.xref.header.etag.3" title="ETag">Section 2.3</a>) 1301 </p> 1302 <p id="rfc.section.A.p.4">The precedence for evaluation of conditional requests has been defined. (<a href="#precedence" title="Precedence">Section 5</a>) 1299 1303 </p> 1300 1304 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="imported.abnf" href="#imported.abnf">Imported ABNF</a></h1> -
draft-ietf-httpbis/latest/p4-conditional.xml
r2014 r2022 1367 1367 <section title="Changes from RFC 2616" anchor="changes.from.rfc.2616"> 1368 1368 <t> 1369 The definition of validator weakness has been expanded and clarified. 1370 (<xref target="weak.and.strong.validators" />) 1371 </t> 1372 <t> 1369 1373 Weak entity-tags are now allowed in all requests except range requests 1370 1374 (Sections <xref target="weak.and.strong.validators" format="counter"/> and … … 1374 1378 The <x:ref>ETag</x:ref> header field ABNF has been changed to not use 1375 1379 quoted-string, thus avoiding escaping issues. 1376 (<xref target="header.etag"/>) 1380 (<xref target="header.etag" />) 1381 </t> 1382 <t> 1383 The precedence for evaluation of conditional requests has been defined. 1384 (<xref target="precedence" />) 1377 1385 </t> 1378 1386 </section>
Note: See TracChangeset
for help on using the changeset viewer.