Changeset 570 for draft-ietf-httpbis/latest
- Timestamp:
- 03/04/09 09:49:05 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r568 r570 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."> … … 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 3, 2009</td> 470 470 </tr> 471 471 </table> … … 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. … … 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 … … 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> -
draft-ietf-httpbis/latest/p4-conditional.xml
r568 r570 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> … … 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 … … 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>
Note: See TracChangeset
for help on using the changeset viewer.