Ticket #153: i153.diff
File i153.diff, 5.5 KB (added by julian.reschke@…, 14 years ago) |
---|
-
p4-conditional.xml
317 317 </t> 318 318 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="entity-tag"/><iref primary="true" item="Grammar" subitem="weak"/><iref primary="true" item="Grammar" subitem="opaque-tag"/> 319 319 <x:ref>entity-tag</x:ref> = [ <x:ref>weak</x:ref> ] <x:ref>opaque-tag</x:ref> 320 <x:ref>weak</x:ref> = "W/"320 <x:ref>weak</x:ref> = <x:abnf-char-sequence>"W/"</x:abnf-char-sequence>; "W/", case-sensitive 321 321 <x:ref>opaque-tag</x:ref> = <x:ref>quoted-string</x:ref> 322 322 </artwork></figure> 323 323 <t> … … 1418 1418 1419 1419 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2> 1420 1420 1421 <x:ref>weak</x:ref> = "W/"1421 <x:ref>weak</x:ref> = %x57.2F 1422 1422 1423 1423 1424 1424 </artwork> … … 1544 1544 1545 1545 <section title="Since draft-ietf-httpbis-p4-conditional-06" anchor="changes.since.06"> 1546 1546 <t> 1547 Closed issues: 1548 <list style="symbols"> 1549 <t> 1550 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/153"/>: 1551 "case-sensitivity of etag weakness indicator" 1552 </t> 1553 </list> 1547 1554 </t> 1548 1555 </section> 1549 1556 -
p4-conditional.html
370 370 <link rel="Appendix" title="A Compatibility with Previous Versions" href="#rfc.section.A"> 371 371 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 372 372 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 373 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.4 29, 2009-03-27 16:37:40, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">373 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.430, 2009-04-01 15:50:01, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 374 374 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 375 375 <meta name="DC.Creator" content="Fielding, R."> 376 376 <meta name="DC.Creator" content="Gettys, J."> … … 466 466 </tr> 467 467 <tr> 468 468 <td class="header left"></td> 469 <td class="header right">April 1, 2009</td>469 <td class="header right">April 2, 2009</td> 470 470 </tr> 471 471 </table> 472 472 <p class="title">HTTP/1.1, part 4: Conditional Requests<br><span class="filename">draft-ietf-httpbis-p4-conditional-latest</span></p> … … 607 607 ETag (<a href="#header.etag" id="rfc.xref.header.etag.1" title="ETag">Section 6.1</a>), If-Match (<a href="#header.if-match" id="rfc.xref.header.if-match.1" title="If-Match">Section 6.2</a>), If-None-Match (<a href="#header.if-none-match" id="rfc.xref.header.if-none-match.1" title="If-None-Match">Section 6.4</a>), and If-Range (<a href="p5-range.html#header.if-range" title="If-Range">Section 5.3</a> of <a href="#Part5" id="rfc.xref.Part5.1"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>) header fields. The definition of how they are used and compared as cache validators is in <a href="#weak.and.strong.validators" title="Weak and Strong Validators">Section 4</a>. An entity tag consists of an opaque quoted string, possibly prefixed by a weakness indicator. 608 608 </p> 609 609 <div id="rfc.figure.u.3"></div><pre class="inline"><span id="rfc.iref.g.1"></span><span id="rfc.iref.g.2"></span><span id="rfc.iref.g.3"></span> <a href="#entity.tags" class="smpl">entity-tag</a> = [ <a href="#entity.tags" class="smpl">weak</a> ] <a href="#entity.tags" class="smpl">opaque-tag</a> 610 <a href="#entity.tags" class="smpl">weak</a> = "W/"610 <a href="#entity.tags" class="smpl">weak</a> = %x57.2F; "W/", case-sensitive 611 611 <a href="#entity.tags" class="smpl">opaque-tag</a> = <a href="#core.rules" class="smpl">quoted-string</a> 612 612 </pre><p id="rfc.section.2.p.3">A "strong entity tag" <em class="bcp14">MAY</em> be shared by two entities of a resource only if they are equivalent by octet equality. 613 613 </p> … … 1185 1185 1186 1186 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2> 1187 1187 1188 <a href="#entity.tags" class="smpl">weak</a> = "W/"1188 <a href="#entity.tags" class="smpl">weak</a> = %x57.2F 1189 1189 1190 1190 1191 1191 </pre> <div id="rfc.figure.u.17"></div> … … 1254 1254 <li>Add appendix containing collected and expanded ABNF, reorganize ABNF introduction.</li> 1255 1255 </ul> 1256 1256 <h2 id="rfc.section.C.8"><a href="#rfc.section.C.8">C.8</a> <a id="changes.since.06" href="#changes.since.06">Since draft-ietf-httpbis-p4-conditional-06</a></h2> 1257 <p id="rfc.section.C.8.p.1">Closed issues: </p> 1258 <ul> 1259 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/153">http://tools.ietf.org/wg/httpbis/trac/ticket/153</a>>: "case-sensitivity of etag weakness indicator" 1260 </li> 1261 </ul> 1257 1262 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1258 1263 <p class="noprint"><a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> 1259 1264 </p>