Changeset 454 for draft-ietf-httpbis/latest
- Timestamp:
- 28/02/09 16:19:40 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/abnf2xml2rfc.xslt
r428 r454 21 21 <xsl:text> </xsl:text> 22 22 <artwork type="abnf" name="{$abnf}"> 23 <xsl:for-each select="$lines"> 23 <xsl:for-each select="$lines[substring(.,1,2)!='; ']"> 24 25 <!-- Group by start character --> 24 26 <xsl:variable name="lineno" select="position()"/> 25 27 <xsl:variable name="sc1" select="substring(.,1,1)"/> … … 28 30 <xsl:text> </xsl:text> 29 31 </xsl:if> 32 33 <!-- Add cross-refs for terms --> 30 34 <xsl:analyze-string select="." regex='^([A-Za-z0-9\-]+) = ' flags="sm"> 31 35 <xsl:matching-substring> … … 45 49 </xsl:non-matching-substring> 46 50 </xsl:analyze-string> 51 47 52 <xsl:text> </xsl:text> 48 53 </xsl:for-each> … … 51 56 </figure> 52 57 <xsl:text> </xsl:text> 58 59 <figure> 60 <preamble>ABNF diagnostics:</preamble> 61 <artwork type="inline"> 62 <xsl:for-each select="$lines[substring(.,1,2)='; ']"> 63 <xsl:value-of select="."/> 64 <xsl:text> </xsl:text> 65 </xsl:for-each> 66 </artwork></figure> 53 67 </section> 54 68 55 69 <!-- check whether it's up-to-date... --> 70 <xsl:variable name="src"> 71 <xsl:for-each select="//section[@anchor='collected.abnf']//artwork"> 72 <xsl:value-of select="."/> 73 </xsl:for-each> 74 </xsl:variable> 56 75 57 <xsl:if test="not(//section[@anchor='collected.abnf']) or normalize-space( //section[@anchor='collected.abnf']//artwork) != normalize-space($collected)">76 <xsl:if test="not(//section[@anchor='collected.abnf']) or normalize-space($src) != normalize-space($collected)"> 58 77 <xsl:message>WARNING: appendix contained inside source document needs to be updated</xsl:message> 59 78 <!--<xsl:message>A: <xsl:value-of select="//section[@anchor='collected.abnf']//artwork"/></xsl:message> -
draft-ietf-httpbis/latest/p1-messaging.html
r453 r454 468 468 <tr> 469 469 <td class="header left"></td> 470 <td class="header right">February 2 7, 2009</td>470 <td class="header right">February 28, 2009</td> 471 471 </tr> 472 472 </table> … … 2732 2732 <a href="#chunked.transfer.encoding" class="smpl">last-chunk</a> = 1*"0" *WSP [ chunk-ext ] CRLF 2733 2733 2734 <a href="#message.body" class="smpl">message-body</a> = entity-body / <entity-body encoded as per2735 Transfer-Encoding>2734 <a href="#message.body" class="smpl">message-body</a> = entity-body / 2735 <entity-body encoded as per Transfer-Encoding> 2736 2736 <a href="#message.headers" class="smpl">message-header</a> = field-name ":" OWS [ field-value ] OWS 2737 2737 <a href="#full.date" class="smpl">month</a> = s-Jan / s-Feb / s-Mar / s-Apr / s-May / s-Jun / s-Jul / s-Aug … … 2806 2806 <a href="#full.date" class="smpl">wkday</a> = s-Mon / s-Tue / s-Wed / s-Thu / s-Fri / s-Sat / s-Sun 2807 2807 2808 ; Chunked-Body defined but not used 2808 2809 </pre> <div id="rfc.figure.u.65"></div> 2810 <p>ABNF diagnostics:</p><pre class="inline">; Chunked-Body defined but not used 2809 2811 ; Content-Length defined but not used 2810 2812 ; HTTP-message defined but not used … … 2817 2819 ; http-URI defined but not used 2818 2820 ; partial-URI defined but not used 2819 2820 2821 </pre> <h1 id="rfc.section.E"><a href="#rfc.section.E">E.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2821 </pre><h1 id="rfc.section.E"><a href="#rfc.section.E">E.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2822 2822 <h2 id="rfc.section.E.1"><a href="#rfc.section.E.1">E.1</a> Since RFC2616 2823 2823 </h2> -
draft-ietf-httpbis/latest/p1-messaging.xml
r452 r454 4507 4507 <x:ref>last-chunk</x:ref> = 1*"0" *WSP [ chunk-ext ] CRLF 4508 4508 4509 <x:ref>message-body</x:ref> = entity-body / <entity-body encoded as per4510 Transfer-Encoding>4509 <x:ref>message-body</x:ref> = entity-body / 4510 <entity-body encoded as per Transfer-Encoding> 4511 4511 <x:ref>message-header</x:ref> = field-name ":" OWS [ field-value ] OWS 4512 4512 <x:ref>month</x:ref> = s-Jan / s-Feb / s-Mar / s-Apr / s-May / s-Jun / s-Jul / s-Aug … … 4581 4581 <x:ref>wkday</x:ref> = s-Mon / s-Tue / s-Wed / s-Thu / s-Fri / s-Sat / s-Sun 4582 4582 4583 ; Chunked-Body defined but not used 4583 4584 </artwork> 4585 </figure> 4586 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; Chunked-Body defined but not used 4584 4587 ; Content-Length defined but not used 4585 4588 ; HTTP-message defined but not used … … 4592 4595 ; http-URI defined but not used 4593 4596 ; partial-URI defined but not used 4594 4595 4596 </artwork> 4597 </figure> 4598 </section> 4597 </artwork></figure></section> 4599 4598 4600 4599 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> -
draft-ietf-httpbis/latest/p2-semantics.html
r448 r454 468 468 <tr> 469 469 <td class="header left"></td> 470 <td class="header right">February 2 4, 2009</td>470 <td class="header right">February 28, 2009</td> 471 471 </tr> 472 472 </table> … … 2267 2267 2268 2268 <a href="#abnf.dependencies" class="smpl">If-Match</a> = <If-Match, defined in [Part4], Section 6.2> 2269 <a href="#abnf.dependencies" class="smpl">If-Modified-Since</a> = <If-Modified-Since, defined in [Part4], Section 2270 6.3>2269 If-Modified-Since = 2270 <If-Modified-Since, defined in [Part4], Section 6.3> 2271 2271 <a href="#abnf.dependencies" class="smpl">If-None-Match</a> = <If-None-Match, defined in [Part4], Section 6.4> 2272 2272 <a href="#abnf.dependencies" class="smpl">If-Range</a> = <If-Range, defined in [Part5], Section 5.3> 2273 <a href="#abnf.dependencies" class="smpl">If-Unmodified-Since</a> = <If-Unmodified-Since, defined in [Part4], 2274 Section 6.5>2273 If-Unmodified-Since = 2274 <If-Unmodified-Since, defined in [Part4], Section 6.5> 2275 2275 2276 2276 <a href="#header.location" class="smpl">Location</a> = "Location:" OWS Location-v … … 2280 2280 <a href="#header.max-forwards" class="smpl">Max-Forwards-v</a> = 1*DIGIT 2281 2281 <a href="#method" class="smpl">Method</a> = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 / 2282 %x50.4F.5 3.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.452283 / %x43.4F.4E.4E.45.43.54 / extension-method2282 %x50.4F.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.45 / 2283 %x43.4E.4E.45.43.54 / extension-method 2284 2284 2285 2285 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2> 2286 2286 2287 <a href="#abnf.dependencies" class="smpl">Proxy-Authenticate</a> = <Proxy-Authenticate, defined in [Part7], Section 2288 3.2>2289 <a href="#abnf.dependencies" class="smpl">Proxy-Authorization</a> = <Proxy-Authorization, defined in [Part7], 2290 Section 3.3>2287 Proxy-Authenticate = 2288 <Proxy-Authenticate, defined in [Part7], Section 3.2> 2289 Proxy-Authorization = 2290 <Proxy-Authorization, defined in [Part7], Section 3.3> 2291 2291 2292 2292 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 1.2.2> … … 2314 2314 <a href="#abnf.dependencies" class="smpl">Vary</a> = <Vary, defined in [Part6], Section 15.5> 2315 2315 2316 <a href="#abnf.dependencies" class="smpl">WWW-Authenticate</a> = <WWW-Authenticate, defined in [Part7], Section 2317 3.4>2316 WWW-Authenticate = 2317 <WWW-Authenticate, defined in [Part7], Section 3.4> 2318 2318 2319 2319 <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in [Part1], Section 2.1> … … 2351 2351 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2> 2352 2352 2353 ; Reason-Phrase defined but not used 2353 2354 </pre> <div id="rfc.figure.u.30"></div> 2355 <p>ABNF diagnostics:</p><pre class="inline">; Reason-Phrase defined but not used 2354 2356 ; Status-Code defined but not used 2355 2357 ; request-header defined but not used 2356 2358 ; response-header defined but not used 2357 2358 2359 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2359 </pre><h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2360 2360 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616 2361 2361 </h2> -
draft-ietf-httpbis/latest/p2-semantics.xml
r446 r454 3229 3229 3230 3230 <x:ref>If-Match</x:ref> = <If-Match, defined in [Part4], Section 6.2> 3231 <x:ref>If-Modified-Since</x:ref> = <If-Modified-Since, defined in [Part4], Section 3232 6.3>3231 If-Modified-Since = 3232 <If-Modified-Since, defined in [Part4], Section 6.3> 3233 3233 <x:ref>If-None-Match</x:ref> = <If-None-Match, defined in [Part4], Section 6.4> 3234 3234 <x:ref>If-Range</x:ref> = <If-Range, defined in [Part5], Section 5.3> 3235 <x:ref>If-Unmodified-Since</x:ref> = <If-Unmodified-Since, defined in [Part4], 3236 Section 6.5>3235 If-Unmodified-Since = 3236 <If-Unmodified-Since, defined in [Part4], Section 6.5> 3237 3237 3238 3238 <x:ref>Location</x:ref> = "Location:" OWS Location-v … … 3242 3242 <x:ref>Max-Forwards-v</x:ref> = 1*DIGIT 3243 3243 <x:ref>Method</x:ref> = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 / 3244 %x50.4F.5 3.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.453245 / %x43.4F.4E.4E.45.43.54 / extension-method3244 %x50.4F.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.45 / 3245 %x43.4E.4E.45.43.54 / extension-method 3246 3246 3247 3247 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2> 3248 3248 3249 <x:ref>Proxy-Authenticate</x:ref> = <Proxy-Authenticate, defined in [Part7], Section 3250 3.2>3251 <x:ref>Proxy-Authorization</x:ref> = <Proxy-Authorization, defined in [Part7], 3252 Section 3.3>3249 Proxy-Authenticate = 3250 <Proxy-Authenticate, defined in [Part7], Section 3.2> 3251 Proxy-Authorization = 3252 <Proxy-Authorization, defined in [Part7], Section 3.3> 3253 3253 3254 3254 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 1.2.2> … … 3276 3276 <x:ref>Vary</x:ref> = <Vary, defined in [Part6], Section 15.5> 3277 3277 3278 <x:ref>WWW-Authenticate</x:ref> = <WWW-Authenticate, defined in [Part7], Section 3279 3.4>3278 WWW-Authenticate = 3279 <WWW-Authenticate, defined in [Part7], Section 3.4> 3280 3280 3281 3281 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [Part1], Section 2.1> … … 3313 3313 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2> 3314 3314 3315 ; Reason-Phrase defined but not used 3315 3316 </artwork> 3317 </figure> 3318 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; Reason-Phrase defined but not used 3316 3319 ; Status-Code defined but not used 3317 3320 ; request-header defined but not used 3318 3321 ; response-header defined but not used 3319 3320 3321 </artwork> 3322 </figure> 3323 </section> 3322 </artwork></figure></section> 3324 3323 3325 3324 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> -
draft-ietf-httpbis/latest/p3-payload.html
r446 r454 153 153 border-width: 1px; 154 154 } 155 caption { 156 caption-side: bottom; 157 font-weight: bold; 158 font-size: 9pt; 159 margin-top: .5em; 160 } 161 155 162 table.header { 156 163 width: 95%; … … 372 379 <link rel="Appendix" title="D Collected ABNF" href="#rfc.section.D"> 373 380 <link rel="Appendix" title="E Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.E"> 374 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.42 1, 2009-02-20 13:12:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">381 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.424, 2009-02-24 16:15:29, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 375 382 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 376 383 <meta name="DC.Creator" content="Fielding, R."> … … 468 475 <tr> 469 476 <td class="header left"></td> 470 <td class="header right">February 2 0, 2009</td>477 <td class="header right">February 28, 2009</td> 471 478 </tr> 472 479 </table> … … 1778 1785 <a href="#rule.parameter" class="smpl">value</a> = token / quoted-string 1779 1786 1780 ; Accept defined but not used 1787 1788 </pre> <div id="rfc.figure.u.42"></div> 1789 <p>ABNF diagnostics:</p><pre class="inline">; Accept defined but not used 1781 1790 ; Accept-Charset defined but not used 1782 1791 ; Accept-Encoding defined but not used … … 1786 1795 ; entity-body defined but not used 1787 1796 ; entity-header defined but not used 1788 1789 1790 </pre> <h1 id="rfc.section.E"><a href="#rfc.section.E">E.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1797 </pre><h1 id="rfc.section.E"><a href="#rfc.section.E">E.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1791 1798 <h2 id="rfc.section.E.1"><a href="#rfc.section.E.1">E.1</a> Since RFC2616 1792 1799 </h2> -
draft-ietf-httpbis/latest/p3-payload.xml
r446 r454 2748 2748 <x:ref>value</x:ref> = token / quoted-string 2749 2749 2750 ; Accept defined but not used 2750 2751 </artwork> 2752 </figure> 2753 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; Accept defined but not used 2751 2754 ; Accept-Charset defined but not used 2752 2755 ; Accept-Encoding defined but not used … … 2756 2759 ; entity-body defined but not used 2757 2760 ; entity-header defined but not used 2758 2759 2760 </artwork> 2761 </figure> 2762 </section> 2761 </artwork></figure></section> 2763 2762 2764 2763 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> -
draft-ietf-httpbis/latest/p4-conditional.html
r446 r454 146 146 border-width: 1px; 147 147 } 148 caption { 149 caption-side: bottom; 150 font-weight: bold; 151 font-size: 9pt; 152 margin-top: .5em; 153 } 154 148 155 table.header { 149 156 width: 95%; … … 361 368 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 362 369 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 363 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.42 1, 2009-02-20 13:12:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">370 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.424, 2009-02-24 16:15:29, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 364 371 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 365 372 <meta name="DC.Creator" content="Fielding, R."> … … 457 464 <tr> 458 465 <td class="header left"></td> 459 <td class="header right">February 2 0, 2009</td>466 <td class="header right">February 28, 2009</td> 460 467 </tr> 461 468 </table> … … 1175 1182 <a href="#entity.tags" class="smpl">weak</a> = "W/" 1176 1183 1177 ; ETag defined but not used 1184 1185 </pre> <div id="rfc.figure.u.17"></div> 1186 <p>ABNF diagnostics:</p><pre class="inline">; ETag defined but not used 1178 1187 ; If-Match defined but not used 1179 1188 ; If-Modified-Since defined but not used … … 1181 1190 ; If-Unmodified-Since defined but not used 1182 1191 ; Last-Modified defined but not used 1183 1184 1185 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1192 </pre><h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1186 1193 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616 1187 1194 </h2> -
draft-ietf-httpbis/latest/p4-conditional.xml
r446 r454 1414 1414 <x:ref>weak</x:ref> = "W/" 1415 1415 1416 ; ETag defined but not used 1416 1417 </artwork> 1418 </figure> 1419 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; ETag defined but not used 1417 1420 ; If-Match defined but not used 1418 1421 ; If-Modified-Since defined but not used … … 1420 1423 ; If-Unmodified-Since defined but not used 1421 1424 ; Last-Modified defined but not used 1422 1423 1424 </artwork> 1425 </figure> 1426 </section> 1425 </artwork></figure></section> 1427 1426 1428 1427 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> -
draft-ietf-httpbis/latest/p5-range.html
r446 r454 146 146 border-width: 1px; 147 147 } 148 caption { 149 caption-side: bottom; 150 font-weight: bold; 151 font-size: 9pt; 152 margin-top: .5em; 153 } 154 148 155 table.header { 149 156 width: 95%; … … 361 368 <link rel="Appendix" title="C Collected ABNF" href="#rfc.section.C"> 362 369 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 363 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.42 1, 2009-02-20 13:12:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">370 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.424, 2009-02-24 16:15:29, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 364 371 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 365 372 <meta name="DC.Creator" content="Fielding, R."> … … 457 464 <tr> 458 465 <td class="header left"></td> 459 <td class="header right">February 2 0, 2009</td>466 <td class="header right">February 28, 2009</td> 460 467 </tr> 461 468 </table> … … 1133 1140 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2> 1134 1141 1135 ; Accept-Ranges defined but not used 1142 1143 </pre> <div id="rfc.figure.u.20"></div> 1144 <p>ABNF diagnostics:</p><pre class="inline">; Accept-Ranges defined but not used 1136 1145 ; Content-Range defined but not used 1137 1146 ; If-Range defined but not used 1138 1147 ; Range defined but not used 1139 1140 1141 </pre> <h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1148 </pre><h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1142 1149 <h2 id="rfc.section.D.1"><a href="#rfc.section.D.1">D.1</a> Since RFC2616 1143 1150 </h2> -
draft-ietf-httpbis/latest/p5-range.xml
r446 r454 1431 1431 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2> 1432 1432 1433 ; Accept-Ranges defined but not used 1433 1434 </artwork> 1435 </figure> 1436 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; Accept-Ranges defined but not used 1434 1437 ; Content-Range defined but not used 1435 1438 ; If-Range defined but not used 1436 1439 ; Range defined but not used 1437 1438 1439 </artwork> 1440 </figure> 1441 </section> 1442 1440 </artwork></figure></section> 1443 1441 1444 1442 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> -
draft-ietf-httpbis/latest/p6-cache.html
r446 r454 149 149 border-width: 1px; 150 150 } 151 caption { 152 caption-side: bottom; 153 font-weight: bold; 154 font-size: 9pt; 155 margin-top: .5em; 156 } 157 151 158 table.header { 152 159 width: 95%; … … 373 380 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 374 381 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 375 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.42 1, 2009-02-20 13:12:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">382 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.424, 2009-02-24 16:15:29, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 376 383 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 377 384 <meta name="DC.Creator" content="Fielding, R."> … … 469 476 <tr> 470 477 <td class="header left"></td> 471 <td class="header right">February 2 0, 2009</td>478 <td class="header right">February 28, 2009</td> 472 479 </tr> 473 480 </table> … … 1984 1991 ] 1985 1992 1986 ; Age defined but not used 1993 1994 </pre> <div id="rfc.figure.u.21"></div> 1995 <p>ABNF diagnostics:</p><pre class="inline">; Age defined but not used 1987 1996 ; Cache-Control defined but not used 1988 1997 ; Expires defined but not used … … 1990 1999 ; Vary defined but not used 1991 2000 ; Warning defined but not used 1992 1993 1994 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2001 </pre><h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1995 2002 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616 1996 2003 </h2> -
draft-ietf-httpbis/latest/p6-cache.xml
r446 r454 3045 3045 ] 3046 3046 3047 ; Age defined but not used 3047 3048 </artwork> 3049 </figure> 3050 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; Age defined but not used 3048 3051 ; Cache-Control defined but not used 3049 3052 ; Expires defined but not used … … 3051 3054 ; Vary defined but not used 3052 3055 ; Warning defined but not used 3053 3054 3055 </artwork> 3056 </figure> 3057 </section> 3056 </artwork></figure></section> 3058 3057 3059 3058 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> -
draft-ietf-httpbis/latest/p7-auth.html
r446 r454 146 146 border-width: 1px; 147 147 } 148 caption { 149 caption-side: bottom; 150 font-weight: bold; 151 font-size: 9pt; 152 margin-top: .5em; 153 } 154 148 155 table.header { 149 156 width: 95%; … … 358 365 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 359 366 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 360 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.42 1, 2009-02-20 13:12:03, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">367 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.424, 2009-02-24 16:15:29, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 361 368 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 362 369 <meta name="DC.Creator" content="Fielding, R."> … … 455 462 <tr> 456 463 <td class="header left"></td> 457 <td class="header right">February 2 0, 2009</td>464 <td class="header right">February 28, 2009</td> 458 465 </tr> 459 466 </table> … … 822 829 <a href="#abnf.dependencies" class="smpl">credentials</a> = <credentials, defined in [RFC2617], Section 1.2> 823 830 824 ; Authorization defined but not used 831 832 </pre> <div id="rfc.figure.u.8"></div> 833 <p>ABNF diagnostics:</p><pre class="inline">; Authorization defined but not used 825 834 ; Proxy-Authenticate defined but not used 826 835 ; Proxy-Authorization defined but not used 827 836 ; WWW-Authenticate defined but not used 828 829 830 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 837 </pre><h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 831 838 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616 832 839 </h2> -
draft-ietf-httpbis/latest/p7-auth.xml
r446 r454 834 834 <x:ref>credentials</x:ref> = <credentials, defined in [RFC2617], Section 1.2> 835 835 836 ; Authorization defined but not used 836 837 </artwork> 838 </figure> 839 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline">; Authorization defined but not used 837 840 ; Proxy-Authenticate defined but not used 838 841 ; Proxy-Authorization defined but not used 839 842 ; WWW-Authenticate defined but not used 840 841 842 </artwork> 843 </figure> 844 </section> 845 843 </artwork></figure></section> 846 844 847 845 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
Note: See TracChangeset
for help on using the changeset viewer.