Changeset 1396 for draft-ietf-httpbis
- Timestamp:
- 09/08/11 14:11:23 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1393 r1396 359 359 } 360 360 @bottom-center { 361 content: "Expires February 9, 2012";361 content: "Expires February 10, 2012"; 362 362 } 363 363 @bottom-right { … … 409 409 <meta name="dct.creator" content="Reschke, J. F."> 410 410 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 411 <meta name="dct.issued" scheme="ISO8601" content="2011-08-0 8">411 <meta name="dct.issued" scheme="ISO8601" content="2011-08-09"> 412 412 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 413 413 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 441 441 </tr> 442 442 <tr> 443 <td class="left">Expires: February 9, 2012</td>443 <td class="left">Expires: February 10, 2012</td> 444 444 <td class="right">HP</td> 445 445 </tr> … … 494 494 <tr> 495 495 <td class="left"></td> 496 <td class="right">August 8, 2011</td>496 <td class="right">August 9, 2011</td> 497 497 </tr> 498 498 </tbody> … … 527 527 in progress”. 528 528 </p> 529 <p>This Internet-Draft will expire on February 9, 2012.</p>529 <p>This Internet-Draft will expire on February 10, 2012.</p> 530 530 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 531 531 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 807 807 <p id="rfc.section.1.2.1.p.9">For example, given these ABNF productions:</p> 808 808 <div id="rfc.figure.u.5"></div><pre class="text"> example-list = 1#example-list-elmt 809 example-list-elmt = token ; see <a href="# basic.rules" title="Basic Rules">Section 1.2.2</a>809 example-list-elmt = token ; see <a href="#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a> 810 810 </pre><p id="rfc.section.1.2.1.p.11">Then these are valid values for example-list (not including the double quotes, which are present for delimitation only):</p> 811 811 <div id="rfc.figure.u.6"></div><pre class="text"> "foo,bar" … … 3085 3085 </p> 3086 3086 <p id="rfc.section.A.2.p.2">Rules about implicit linear whitespace between certain grammar productions have been removed; now it's only allowed when specifically 3087 pointed out in the ABNF. The NUL octet is no longer allowed in comment and quoted-string text. The quoted-pair rule no longer 3088 allows escaping control characters other than HTAB. Non-ASCII content in header fields and reason phrase has been obsoleted 3089 and made opaque (the TEXT rule was removed) (<a href="#basic.rules" title="Basic Rules">Section 1.2.2</a>) 3087 pointed out in the ABNF. (<a href="#basic.rules" title="Basic Rules">Section 1.2.2</a>) 3090 3088 </p> 3091 3089 <p id="rfc.section.A.2.p.3">Clarify that the string "HTTP" in the HTTP-Version ABFN production is case sensitive. Restrict the version numbers to be single … … 3094 3092 <p id="rfc.section.A.2.p.4">Require that invalid whitespace around field-names be rejected. (<a href="#header.fields" title="Header Fields">Section 3.2</a>) 3095 3093 </p> 3096 <p id="rfc.section.A.2.p.5">Require recipients to handle bogus Content-Length header fields as errors. (<a href="#message.body" title="Message Body">Section 3.3</a>) 3097 </p> 3098 <p id="rfc.section.A.2.p.6">Remove reference to non-existent identity transfer-coding value tokens. (Sections <a href="#message.body" title="Message Body">3.3</a> and <a href="#transfer.codings" title="Transfer Codings">6.2</a>) 3099 </p> 3100 <p id="rfc.section.A.2.p.7">Update use of abs_path production from RFC 1808 to the path-absolute + query components of RFC 3986. State that the asterisk 3094 <p id="rfc.section.A.2.p.5">The NUL octet is no longer allowed in comment and quoted-string text. The quoted-pair rule no longer allows escaping control 3095 characters other than HTAB. Non-ASCII content in header fields and reason phrase has been obsoleted and made opaque (the TEXT 3096 rule was removed). (<a href="#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>) 3097 </p> 3098 <p id="rfc.section.A.2.p.6">Require recipients to handle bogus Content-Length header fields as errors. (<a href="#message.body" title="Message Body">Section 3.3</a>) 3099 </p> 3100 <p id="rfc.section.A.2.p.7">Remove reference to non-existent identity transfer-coding value tokens. (Sections <a href="#message.body" title="Message Body">3.3</a> and <a href="#transfer.codings" title="Transfer Codings">6.2</a>) 3101 </p> 3102 <p id="rfc.section.A.2.p.8">Update use of abs_path production from RFC 1808 to the path-absolute + query components of RFC 3986. State that the asterisk 3101 3103 form is allowed for the OPTIONS request method only. (<a href="#request-target" title="request-target">Section 4.1.2</a>) 3102 3104 </p> 3103 <p id="rfc.section.A.2.p. 8">Clarification that the chunk length does not include the count of the octets in the chunk header and trailer. Furthermore3105 <p id="rfc.section.A.2.p.9">Clarification that the chunk length does not include the count of the octets in the chunk header and trailer. Furthermore 3104 3106 disallowed line folding in chunk extensions. (<a href="#chunked.encoding" title="Chunked Transfer Coding">Section 6.2.1</a>) 3105 3107 </p> 3106 <p id="rfc.section.A.2.p. 9">Remove hard limit of two connections per server. (<a href="#persistent.practical" title="Practical Considerations">Section 7.1.4</a>)3107 </p> 3108 <p id="rfc.section.A.2.p.1 0">Change ABNF productions for header fields to only define the field value. (<a href="#header.field.definitions" title="Header Field Definitions">Section 9</a>)3109 </p> 3110 <p id="rfc.section.A.2.p.1 1">Clarify exactly when close connection options must be sent. (<a href="#header.connection" id="rfc.xref.header.connection.13" title="Connection">Section 9.1</a>)3111 </p> 3112 <p id="rfc.section.A.2.p.1 2">Define the semantics of the "Upgrade" header field in responses other than 101 (this was incorporated from <a href="#RFC2817" id="rfc.xref.RFC2817.3"><cite title="Upgrading to TLS Within HTTP/1.1">[RFC2817]</cite></a>). (<a href="#header.upgrade" id="rfc.xref.header.upgrade.3" title="Upgrade">Section 9.8</a>)3108 <p id="rfc.section.A.2.p.10">Remove hard limit of two connections per server. (<a href="#persistent.practical" title="Practical Considerations">Section 7.1.4</a>) 3109 </p> 3110 <p id="rfc.section.A.2.p.11">Change ABNF productions for header fields to only define the field value. (<a href="#header.field.definitions" title="Header Field Definitions">Section 9</a>) 3111 </p> 3112 <p id="rfc.section.A.2.p.12">Clarify exactly when close connection options must be sent. (<a href="#header.connection" id="rfc.xref.header.connection.13" title="Connection">Section 9.1</a>) 3113 </p> 3114 <p id="rfc.section.A.2.p.13">Define the semantics of the "Upgrade" header field in responses other than 101 (this was incorporated from <a href="#RFC2817" id="rfc.xref.RFC2817.3"><cite title="Upgrading to TLS Within HTTP/1.1">[RFC2817]</cite></a>). (<a href="#header.upgrade" id="rfc.xref.header.upgrade.3" title="Upgrade">Section 9.8</a>) 3113 3115 </p> 3114 3116 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1393 r1396 366 366 lists of elements. The full form is "<n>#<m>element" indicating 367 367 at least <n> and at most <m> elements, each separated by a single 368 comma (",") and optional whitespace (OWS, 369 <xref target="basic.rules"/>). 368 comma (",") and optional whitespace (OWS, <xref target="basic.rules"/>). 370 369 </t> 371 370 <figure><preamble> … … 402 401 <figure><artwork type="example"> 403 402 example-list = 1#example-list-elmt 404 example-list-elmt = token ; see <xref target=" basic.rules"/>403 example-list-elmt = token ; see <xref target="field.rules"/> 405 404 </artwork></figure> 406 405 <t> … … 5028 5027 Rules about implicit linear whitespace between certain grammar productions 5029 5028 have been removed; now it's only allowed when specifically pointed out 5030 in the ABNF. The NUL octet is no longer allowed in comment and quoted-string 5031 text. The quoted-pair rule no longer allows escaping control characters other than HTAB. 5032 Non-ASCII content in header fields and reason phrase has been obsoleted and 5033 made opaque (the TEXT rule was removed) 5029 in the ABNF. 5034 5030 (<xref target="basic.rules"/>) 5035 5031 </t> … … 5044 5040 Require that invalid whitespace around field-names be rejected. 5045 5041 (<xref target="header.fields"/>) 5042 </t> 5043 <t> 5044 The NUL octet is no longer allowed in comment and quoted-string 5045 text. The quoted-pair rule no longer allows escaping control characters other than HTAB. 5046 Non-ASCII content in header fields and reason phrase has been obsoleted and 5047 made opaque (the TEXT rule was removed). 5048 (<xref target="field.rules"/>) 5046 5049 </t> 5047 5050 <t> -
draft-ietf-httpbis/latest/p2-semantics.html
r1391 r1396 359 359 } 360 360 @bottom-center { 361 content: "Expires February 9, 2012";361 content: "Expires February 10, 2012"; 362 362 } 363 363 @bottom-right { … … 409 409 <meta name="dct.creator" content="Reschke, J. F."> 410 410 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 411 <meta name="dct.issued" scheme="ISO8601" content="2011-08-0 8">411 <meta name="dct.issued" scheme="ISO8601" content="2011-08-09"> 412 412 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 413 413 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request header fields, response status codes, and response header fields."> … … 440 440 </tr> 441 441 <tr> 442 <td class="left">Expires: February 9, 2012</td>442 <td class="left">Expires: February 10, 2012</td> 443 443 <td class="right">HP</td> 444 444 </tr> … … 493 493 <tr> 494 494 <td class="left"></td> 495 <td class="right">August 8, 2011</td>495 <td class="right">August 9, 2011</td> 496 496 </tr> 497 497 </tbody> … … 523 523 in progress”. 524 524 </p> 525 <p>This Internet-Draft will expire on February 9, 2012.</p>525 <p>This Internet-Draft will expire on February 10, 2012.</p> 526 526 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 527 527 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 736 736 </p> 737 737 <h3 id="rfc.section.1.2.1"><a href="#rfc.section.1.2.1">1.2.1</a> <a id="core.rules" href="#core.rules">Core Rules</a></h3> 738 <p id="rfc.section.1.2.1.p.1">The core rules below are defined in <a href=" p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a> of <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>:739 </p> 740 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl"> quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>741 <a href="#core.rules" class="smpl"> token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>742 <a href="#core.rules" class="smpl"> OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>743 <a href="#core.rules" class="smpl"> RWS</a> = <RWS, defined in <a href="#Part1" id="rfc.xref.Part1.7"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>744 <a href="#core.rules" class="smpl"> obs-text</a> = <obs-text, defined in <a href="#Part1" id="rfc.xref.Part1.8"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>738 <p id="rfc.section.1.2.1.p.1">The core rules below are defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: 739 </p> 740 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 741 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 742 <a href="#core.rules" class="smpl">obs-text</a> = <obs-text, defined in <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 743 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.7"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 744 <a href="#core.rules" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.8"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 745 745 </pre><h3 id="rfc.section.1.2.2"><a href="#rfc.section.1.2.2">1.2.2</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></h3> 746 746 <p id="rfc.section.1.2.2.p.1">The ABNF rules below are defined in other parts:</p> … … 2789 2789 <a href="#abnf.dependencies" class="smpl">product</a> = <product, defined in [Part1], Section 6.3> 2790 2790 2791 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2>2791 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.3> 2792 2792 2793 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2>2793 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.3> 2794 2794 </pre> <div id="rfc.figure.u.27"></div> 2795 2795 <p>ABNF diagnostics:</p><pre class="inline">; Allow defined but not used … … 3226 3226 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1</a>, <a href="#rfc.xref.Part1.2">1.2</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.1</a>, <a href="#rfc.xref.Part1.6">1.2.1</a>, <a href="#rfc.xref.Part1.7">1.2.1</a>, <a href="#rfc.xref.Part1.8">1.2.1</a>, <a href="#rfc.xref.Part1.9">1.2.2</a>, <a href="#rfc.xref.Part1.10">1.2.2</a>, <a href="#rfc.xref.Part1.11">1.2.2</a>, <a href="#rfc.xref.Part1.12">1.2.2</a>, <a href="#rfc.xref.Part1.13">1.2.2</a>, <a href="#rfc.xref.Part1.14">1.2.2</a>, <a href="#rfc.xref.Part1.15">2</a>, <a href="#rfc.xref.Part1.16">2.2.1</a>, <a href="#rfc.xref.Part1.17">3</a>, <a href="#rfc.xref.Part1.18">3</a>, <a href="#rfc.xref.Part1.19">5</a>, <a href="#rfc.xref.Part1.20">6</a>, <a href="#rfc.xref.Part1.21">6.1</a>, <a href="#rfc.xref.Part1.22">7.8</a>, <a href="#rfc.xref.Part1.23">7.8</a>, <a href="#rfc.xref.Part1.24">7.9</a>, <a href="#rfc.xref.Part1.25">8.1.1</a>, <a href="#rfc.xref.Part1.26">8.1.2</a>, <a href="#rfc.xref.Part1.27">8.2.4</a>, <a href="#rfc.xref.Part1.28">8.2.6</a>, <a href="#rfc.xref.Part1.29">8.4.19</a>, <a href="#rfc.xref.Part1.30">8.5.6</a>, <a href="#rfc.xref.Part1.31">9.2</a>, <a href="#rfc.xref.Part1.32">9.8</a>, <a href="#rfc.xref.Part1.33">9.8</a>, <a href="#rfc.xref.Part1.34">9.8</a>, <a href="#rfc.xref.Part1.35">9.9</a>, <a href="#rfc.xref.Part1.36">9.9</a>, <a href="#rfc.xref.Part1.37">12</a>, <a href="#Part1"><b>13.1</b></a>, <a href="#rfc.xref.Part1.38">A</a><ul> 3227 3227 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.2">1.2</a></li> 3228 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1. 3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.1</a>, <a href="#rfc.xref.Part1.6">1.2.1</a>, <a href="#rfc.xref.Part1.7">1.2.1</a>, <a href="#rfc.xref.Part1.8">1.2.1</a></li>3228 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.1</a>, <a href="#rfc.xref.Part1.6">1.2.1</a></li> 3229 3229 <li><em>Section 2.4</em> <a href="#rfc.xref.Part1.27">8.2.4</a></li> 3230 3230 <li><em>Section 2.6</em> <a href="#rfc.xref.Part1.30">8.5.6</a></li> 3231 3231 <li><em>Section 2.7</em> <a href="#rfc.xref.Part1.9">1.2.2</a>, <a href="#rfc.xref.Part1.12">1.2.2</a>, <a href="#rfc.xref.Part1.14">1.2.2</a></li> 3232 3232 <li><em>Section 3.2</em> <a href="#rfc.xref.Part1.10">1.2.2</a>, <a href="#rfc.xref.Part1.33">9.8</a>, <a href="#rfc.xref.Part1.36">9.9</a></li> 3233 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.7">1.2.1</a>, <a href="#rfc.xref.Part1.8">1.2.1</a></li> 3233 3234 <li><em>Section 3.3</em> <a href="#rfc.xref.Part1.16">2.2.1</a>, <a href="#rfc.xref.Part1.20">6</a>, <a href="#rfc.xref.Part1.28">8.2.6</a></li> 3234 3235 <li><em>Section 4.1.2</em> <a href="#rfc.xref.Part1.24">7.9</a></li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1374 r1396 27 27 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 28 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 30 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 30 31 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 343 344 <x:anchor-alias value="RWS"/> 344 345 <t> 345 The core rules below are defined in &basic-rules;:346 The core rules below are defined in <xref target="Part1"/>: 346 347 </t> 347 348 <figure><artwork type="abnf2616"> 348 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;>349 <x:ref>token</x:ref> = <token, defined in &basic-rules;>350 349 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 351 350 <x:ref>RWS</x:ref> = <RWS, defined in &basic-rules;> 352 351 <x:ref>obs-text</x:ref> = <obs-text, defined in &basic-rules;> 352 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-rules;> 353 <x:ref>token</x:ref> = <token, defined in &field-rules;> 353 354 </artwork></figure> 354 355 </section> … … 3630 3631 <x:ref>product</x:ref> = <product, defined in [Part1], Section 6.3> 3631 3632 3632 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2>3633 3634 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>3633 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3> 3634 3635 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 3635 3636 </artwork> 3636 3637 </figure> -
draft-ietf-httpbis/latest/p3-payload.html
r1391 r1396 359 359 } 360 360 @bottom-center { 361 content: "Expires February 9, 2012";361 content: "Expires February 10, 2012"; 362 362 } 363 363 @bottom-right { … … 408 408 <meta name="dct.creator" content="Reschke, J. F."> 409 409 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 410 <meta name="dct.issued" scheme="ISO8601" content="2011-08-0 8">410 <meta name="dct.issued" scheme="ISO8601" content="2011-08-09"> 411 411 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 412 412 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 3 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 3 defines HTTP message content, metadata, and content negotiation."> … … 434 434 </tr> 435 435 <tr> 436 <td class="left">Expires: February 9, 2012</td>436 <td class="left">Expires: February 10, 2012</td> 437 437 <td class="right">J. Mogul</td> 438 438 </tr> … … 491 491 <tr> 492 492 <td class="left"></td> 493 <td class="right">August 8, 2011</td>493 <td class="right">August 9, 2011</td> 494 494 </tr> 495 495 </tbody> … … 519 519 in progress”. 520 520 </p> 521 <p>This Internet-Draft will expire on February 9, 2012.</p>521 <p>This Internet-Draft will expire on February 10, 2012.</p> 522 522 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 523 523 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 675 675 </p> 676 676 <h3 id="rfc.section.1.3.1"><a href="#rfc.section.1.3.1">1.3.1</a> <a id="core.rules" href="#core.rules">Core Rules</a></h3> 677 <p id="rfc.section.1.3.1.p.1">The core rules below are defined in <a href=" p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a> of <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>:678 </p> 679 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl"> token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>680 <a href="#core.rules" class="smpl"> word</a> = <word, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>681 <a href="#core.rules" class="smpl"> OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>677 <p id="rfc.section.1.3.1.p.1">The core rules below are defined in <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: 678 </p> 679 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 680 <a href="#core.rules" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 681 <a href="#core.rules" class="smpl">word</a> = <word, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 682 682 </pre><h3 id="rfc.section.1.3.2"><a href="#rfc.section.1.3.2">1.3.2</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></h3> 683 683 <p id="rfc.section.1.3.2.p.1">The ABNF rules below are defined in other parts:</p> … … 1801 1801 <a href="#media.types" class="smpl">subtype</a> = token 1802 1802 1803 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2>1803 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.3> 1804 1804 <a href="#media.types" class="smpl">type</a> = token 1805 1805 1806 1806 <a href="#rule.parameter" class="smpl">value</a> = word 1807 1807 1808 <a href="#core.rules" class="smpl">word</a> = <word, defined in [Part1], Section 1.2.2>1808 <a href="#core.rules" class="smpl">word</a> = <word, defined in [Part1], Section 3.2.3> 1809 1809 </pre> <div id="rfc.figure.u.31"></div> 1810 1810 <p>ABNF diagnostics:</p><pre class="inline">; Accept defined but not used … … 2126 2126 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.3</a>, <a href="#rfc.xref.Part1.2">1.3.1</a>, <a href="#rfc.xref.Part1.3">1.3.1</a>, <a href="#rfc.xref.Part1.4">1.3.1</a>, <a href="#rfc.xref.Part1.5">1.3.1</a>, <a href="#rfc.xref.Part1.6">1.3.2</a>, <a href="#rfc.xref.Part1.7">1.3.2</a>, <a href="#rfc.xref.Part1.8">1.3.2</a>, <a href="#rfc.xref.Part1.9">2.2</a>, <a href="#rfc.xref.Part1.10">2.2</a>, <a href="#rfc.xref.Part1.11">2.2</a>, <a href="#rfc.xref.Part1.12">2.2.1</a>, <a href="#rfc.xref.Part1.13">2.2.1</a>, <a href="#rfc.xref.Part1.14">3.1</a>, <a href="#rfc.xref.Part1.15">3.2</a>, <a href="#rfc.xref.Part1.16">5.1</a>, <a href="#rfc.xref.Part1.17">6.1</a>, <a href="#rfc.xref.Part1.18">6.3</a>, <a href="#rfc.xref.Part1.19">6.7</a>, <a href="#rfc.xref.Part1.20">7.2</a>, <a href="#rfc.xref.Part1.21">7.2</a>, <a href="#rfc.xref.Part1.22">7.2</a>, <a href="#rfc.xref.Part1.23">9</a>, <a href="#Part1"><b>10.1</b></a>, <a href="#rfc.xref.Part1.24">A.3</a>, <a href="#rfc.xref.Part1.25">A.6</a><ul> 2127 2127 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.1">1.3</a></li> 2128 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1. 2">1.3.1</a>, <a href="#rfc.xref.Part1.3">1.3.1</a>, <a href="#rfc.xref.Part1.4">1.3.1</a>, <a href="#rfc.xref.Part1.5">1.3.1</a></li>2128 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.3">1.3.1</a></li> 2129 2129 <li><em>Section 2.7</em> <a href="#rfc.xref.Part1.6">1.3.2</a>, <a href="#rfc.xref.Part1.7">1.3.2</a></li> 2130 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.4">1.3.1</a>, <a href="#rfc.xref.Part1.5">1.3.1</a></li> 2130 2131 <li><em>Section 3.3</em> <a href="#rfc.xref.Part1.15">3.2</a></li> 2131 2132 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.19">6.7</a></li> -
draft-ietf-httpbis/latest/p3-payload.xml
r1373 r1396 20 20 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 21 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 23 <!ENTITY caching-neg-resp "<xref target='Part6' x:rel='#caching.negotiated.responses' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 24 <!ENTITY header-transfer-encoding "<xref target='Part1' x:rel='#header.transfer-encoding' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 313 314 <x:anchor-alias value="OWS"/> 314 315 <t> 315 The core rules below are defined in &basic-rules;:316 The core rules below are defined in <xref target="Part1"/>: 316 317 </t> 317 318 <figure><artwork type="abnf2616"> 318 <x:ref>token</x:ref> = <token, defined in &basic-rules;>319 <x:ref>word</x:ref> = <word, defined in &basic-rules;>320 319 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 320 <x:ref>token</x:ref> = <token, defined in &field-rules;> 321 <x:ref>word</x:ref> = <word, defined in &field-rules;> 321 322 </artwork></figure> 322 323 </section> … … 2590 2591 <x:ref>subtype</x:ref> = token 2591 2592 2592 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>2593 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 2593 2594 <x:ref>type</x:ref> = token 2594 2595 2595 2596 <x:ref>value</x:ref> = word 2596 2597 2597 <x:ref>word</x:ref> = <word, defined in [Part1], Section 1.2.2>2598 <x:ref>word</x:ref> = <word, defined in [Part1], Section 3.2.3> 2598 2599 </artwork> 2599 2600 </figure> -
draft-ietf-httpbis/latest/p4-conditional.html
r1391 r1396 359 359 } 360 360 @bottom-center { 361 content: "Expires February 9, 2012";361 content: "Expires February 10, 2012"; 362 362 } 363 363 @bottom-right { … … 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2011-08-0 8">406 <meta name="dct.issued" scheme="ISO8601" content="2011-08-09"> 407 407 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 408 408 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 4 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 4 defines request header fields for indicating conditional requests and the rules for constructing responses to those requests."> … … 430 430 </tr> 431 431 <tr> 432 <td class="left">Expires: February 9, 2012</td>432 <td class="left">Expires: February 10, 2012</td> 433 433 <td class="right">J. Mogul</td> 434 434 </tr> … … 487 487 <tr> 488 488 <td class="left"></td> 489 <td class="right">August 8, 2011</td>489 <td class="right">August 9, 2011</td> 490 490 </tr> 491 491 </tbody> … … 517 517 in progress”. 518 518 </p> 519 <p>This Internet-Draft will expire on February 9, 2012.</p>519 <p>This Internet-Draft will expire on February 10, 2012.</p> 520 520 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 521 521 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 640 640 and WSP (whitespace). 641 641 </p> 642 <p id="rfc.section.1.2.p.3">The ABNF rules below are defined in other parts:</p> 643 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#notation" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 644 <a href="#notation" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 645 <a href="#notation" class="smpl">HTTP-date</a> = <HTTP-date, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#date.time.formats.full.date" title="Date/Time Formats: Full Date">Section 6.1</a>> 642 <p id="rfc.section.1.2.p.3">The ABNF rules below are defined in <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: 643 </p> 644 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#notation" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 645 <a href="#notation" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 646 <a href="#notation" class="smpl">HTTP-date</a> = <HTTP-date, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#date.time.formats.full.date" title="Date/Time Formats: Full Date">Section 6.1</a>> 646 647 </pre><div id="rfc.iref.m.1"></div> 647 648 <div id="rfc.iref.v.1"></div> … … 877 878 <p> <b>Note:</b> Content codings are a property of the representation, so therefore an entity-tag of an encoded representation must be distinct 878 879 from an unencoded representation to prevent conflicts during cache updates and range requests. In contrast, transfer codings 879 (<a href="p1-messaging.html#transfer.codings" title="Transfer Codings">Section 6.2</a> of <a href="#Part1" id="rfc.xref.Part1. 5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) apply only during message transfer and do not require distinct entity-tags.880 (<a href="p1-messaging.html#transfer.codings" title="Transfer Codings">Section 6.2</a> of <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) apply only during message transfer and do not require distinct entity-tags. 880 881 </p> 881 882 </div> … … 1070 1071 as if it were the payload of a 200 response. The 304 response <em class="bcp14">MUST NOT</em> contain a message-body, and thus is always terminated by the first empty line after the header fields. 1071 1072 </p> 1072 <p id="rfc.section.4.1.p.2">A 304 response <em class="bcp14">MUST</em> include a Date header field (<a href="p1-messaging.html#header.date" title="Date">Section 9.3</a> of <a href="#Part1" id="rfc.xref.Part1. 6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) unless its omission is required by <a href="p1-messaging.html#clockless.origin.server.operation" title="Clockless Origin Server Operation">Section 9.3.1</a> of <a href="#Part1" id="rfc.xref.Part1.7"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. If a 200 response to the same request would have included any of the header fields Cache-Control, Content-Location, ETag,1073 <p id="rfc.section.4.1.p.2">A 304 response <em class="bcp14">MUST</em> include a Date header field (<a href="p1-messaging.html#header.date" title="Date">Section 9.3</a> of <a href="#Part1" id="rfc.xref.Part1.7"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) unless its omission is required by <a href="p1-messaging.html#clockless.origin.server.operation" title="Clockless Origin Server Operation">Section 9.3.1</a> of <a href="#Part1" id="rfc.xref.Part1.8"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. If a 200 response to the same request would have included any of the header fields Cache-Control, Content-Location, ETag, 1073 1074 Expires, Last-Modified, or Vary, then those same header fields <em class="bcp14">MUST</em> be sent in a 304 response. 1074 1075 </p> … … 1182 1183 <p id="rfc.section.5.2.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p> 1183 1184 <h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 1184 <p id="rfc.section.6.p.1">No additional security considerations have been identified beyond those applicable to HTTP in general <a href="#Part1" id="rfc.xref.Part1. 8"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>.1185 <p id="rfc.section.6.p.1">No additional security considerations have been identified beyond those applicable to HTTP in general <a href="#Part1" id="rfc.xref.Part1.9"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. 1185 1186 </p> 1186 1187 <h1 id="rfc.section.7"><a href="#rfc.section.7">7.</a> <a id="acks" href="#acks">Acknowledgments</a></h1> 1187 <p id="rfc.section.7.p.1">See <a href="p1-messaging.html#acks" title="Acknowledgments">Section 12</a> of <a href="#Part1" id="rfc.xref.Part1. 9"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>.1188 <p id="rfc.section.7.p.1">See <a href="p1-messaging.html#acks" title="Acknowledgments">Section 12</a> of <a href="#Part1" id="rfc.xref.Part1.10"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. 1188 1189 </p> 1189 1190 <h1 id="rfc.references"><a id="rfc.section.8" href="#rfc.section.8">8.</a> References … … 1285 1286 <a href="#header.etag" class="smpl">opaque-tag</a> = quoted-string 1286 1287 1287 <a href="#notation" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2>1288 <a href="#notation" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.3> 1288 1289 1289 1290 <a href="#header.etag" class="smpl">weak</a> = %x57.2F ; W/ … … 1471 1472 </li> 1472 1473 <li><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul> 1473 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.2</a>, <a href="#rfc.xref.Part1.2">1.2</a>, <a href="#rfc.xref.Part1.3">1.2</a>, <a href="#rfc.xref.Part1.4">1.2</a>, <a href="#rfc.xref.Part1.5"> 2.3.3</a>, <a href="#rfc.xref.Part1.6">4.1</a>, <a href="#rfc.xref.Part1.7">4.1</a>, <a href="#rfc.xref.Part1.8">6</a>, <a href="#rfc.xref.Part1.9">7</a>, <a href="#Part1"><b>8.1</b></a><ul>1474 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.2</a>, <a href="#rfc.xref.Part1.2">1.2</a>, <a href="#rfc.xref.Part1.3">1.2</a>, <a href="#rfc.xref.Part1.4">1.2</a>, <a href="#rfc.xref.Part1.5">1.2</a>, <a href="#rfc.xref.Part1.6">2.3.3</a>, <a href="#rfc.xref.Part1.7">4.1</a>, <a href="#rfc.xref.Part1.8">4.1</a>, <a href="#rfc.xref.Part1.9">6</a>, <a href="#rfc.xref.Part1.10">7</a>, <a href="#Part1"><b>8.1</b></a><ul> 1474 1475 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.1">1.2</a></li> 1475 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.2">1.2</a>, <a href="#rfc.xref.Part1.3">1.2</a></li> 1476 <li><em>Section 6.1</em> <a href="#rfc.xref.Part1.4">1.2</a></li> 1477 <li><em>Section 6.2</em> <a href="#rfc.xref.Part1.5">2.3.3</a></li> 1478 <li><em>Section 9.3</em> <a href="#rfc.xref.Part1.6">4.1</a></li> 1479 <li><em>Section 9.3.1</em> <a href="#rfc.xref.Part1.7">4.1</a></li> 1480 <li><em>Section 12</em> <a href="#rfc.xref.Part1.9">7</a></li> 1476 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.3">1.2</a></li> 1477 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.4">1.2</a></li> 1478 <li><em>Section 6.1</em> <a href="#rfc.xref.Part1.5">1.2</a></li> 1479 <li><em>Section 6.2</em> <a href="#rfc.xref.Part1.6">2.3.3</a></li> 1480 <li><em>Section 9.3</em> <a href="#rfc.xref.Part1.7">4.1</a></li> 1481 <li><em>Section 9.3.1</em> <a href="#rfc.xref.Part1.8">4.1</a></li> 1482 <li><em>Section 12</em> <a href="#rfc.xref.Part1.10">7</a></li> 1481 1483 </ul> 1482 1484 </li> -
draft-ietf-httpbis/latest/p4-conditional.xml
r1380 r1396 19 19 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 20 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 22 <!ENTITY header-date "<xref target='Part1' x:rel='#header.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 23 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 300 301 </t> 301 302 <t> 302 The ABNF rules below are defined in other parts:303 The ABNF rules below are defined in <xref target="Part1"/>: 303 304 </t> 304 305 <figure><artwork type="abnf2616"> 305 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;>306 306 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 307 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-rules;> 307 308 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &full-date;> 308 309 </artwork></figure> … … 1526 1527 <x:ref>opaque-tag</x:ref> = quoted-string 1527 1528 1528 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2>1529 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3> 1529 1530 1530 1531 <x:ref>weak</x:ref> = %x57.2F ; W/ -
draft-ietf-httpbis/latest/p5-range.html
r1391 r1396 359 359 } 360 360 @bottom-center { 361 content: "Expires February 9, 2012";361 content: "Expires February 10, 2012"; 362 362 } 363 363 @bottom-right { … … 406 406 <meta name="dct.creator" content="Reschke, J. F."> 407 407 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 408 <meta name="dct.issued" scheme="ISO8601" content="2011-08-0 8">408 <meta name="dct.issued" scheme="ISO8601" content="2011-08-09"> 409 409 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 410 410 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 5 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 5 defines range-specific requests and the rules for constructing and combining responses to those requests."> … … 432 432 </tr> 433 433 <tr> 434 <td class="left">Expires: February 9, 2012</td>434 <td class="left">Expires: February 10, 2012</td> 435 435 <td class="right">J. Mogul</td> 436 436 </tr> … … 489 489 <tr> 490 490 <td class="left"></td> 491 <td class="right">August 8, 2011</td>491 <td class="right">August 9, 2011</td> 492 492 </tr> 493 493 </tbody> … … 517 517 in progress”. 518 518 </p> 519 <p>This Internet-Draft will expire on February 9, 2012.</p>519 <p>This Internet-Draft will expire on February 10, 2012.</p> 520 520 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 521 521 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 642 642 </p> 643 643 <h3 id="rfc.section.1.2.1"><a href="#rfc.section.1.2.1">1.2.1</a> <a id="core.rules" href="#core.rules">Core Rules</a></h3> 644 <p id="rfc.section.1.2.1.p.1">The core rules below are defined in <a href=" p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a> of <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>:645 </p> 646 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl"> token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>647 <a href="#core.rules" class="smpl"> OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>644 <p id="rfc.section.1.2.1.p.1">The core rules below are defined in <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: 645 </p> 646 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 647 <a href="#core.rules" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 648 648 </pre><h3 id="rfc.section.1.2.2"><a href="#rfc.section.1.2.2">1.2.2</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></h3> 649 649 <p id="rfc.section.1.2.2.p.1">The ABNF rules below are defined in other parts:</p> … … 1273 1273 <a href="#rule.ranges-specifier" class="smpl">suffix-length</a> = 1*DIGIT 1274 1274 1275 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2>1275 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.3> 1276 1276 </pre> <div id="rfc.figure.u.27"></div> 1277 1277 <p>ABNF diagnostics:</p><pre class="inline">; Accept-Ranges defined but not used … … 1483 1483 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.2</a>, <a href="#rfc.xref.Part1.2">1.2.1</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.2</a>, <a href="#rfc.xref.Part1.6">8</a>, <a href="#Part1"><b>9.1</b></a><ul> 1484 1484 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.1">1.2</a></li> 1485 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.2">1.2.1</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a></li> 1485 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.3">1.2.1</a></li> 1486 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.4">1.2.1</a></li> 1486 1487 <li><em>Section 6.1</em> <a href="#rfc.xref.Part1.5">1.2.2</a></li> 1487 1488 <li><em>Section 12</em> <a href="#rfc.xref.Part1.6">8</a></li> -
draft-ietf-httpbis/latest/p5-range.xml
r1383 r1396 19 19 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 20 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 22 <!ENTITY full-date "<xref target='Part1' x:rel='#date.time.formats.full.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 23 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 289 290 <x:anchor-alias value="OWS"/> 290 291 <t> 291 The core rules below are defined in &basic-rules;:292 The core rules below are defined in <xref target="Part1"/>: 292 293 </t> 293 294 <figure><artwork type="abnf2616"> 294 <x:ref>token</x:ref> = <token, defined in &basic-rules;>295 295 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 296 <x:ref>token</x:ref> = <token, defined in &field-rules;> 296 297 </artwork></figure> 297 298 </section> … … 1463 1464 <x:ref>suffix-length</x:ref> = 1*DIGIT 1464 1465 1465 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>1466 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 1466 1467 </artwork> 1467 1468 </figure> -
draft-ietf-httpbis/latest/p6-cache.html
r1391 r1396 362 362 } 363 363 @bottom-center { 364 content: "Expires February 9, 2012";364 content: "Expires February 10, 2012"; 365 365 } 366 366 @bottom-right { … … 408 408 <meta name="dct.creator" content="Reschke, J. F."> 409 409 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 410 <meta name="dct.issued" scheme="ISO8601" content="2011-08-0 8">410 <meta name="dct.issued" scheme="ISO8601" content="2011-08-09"> 411 411 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 412 412 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 434 434 </tr> 435 435 <tr> 436 <td class="left">Expires: February 9, 2012</td>436 <td class="left">Expires: February 10, 2012</td> 437 437 <td class="right">J. Mogul</td> 438 438 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">August 8, 2011</td>497 <td class="right">August 9, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on February 9, 2012.</p>527 <p>This Internet-Draft will expire on February 10, 2012.</p> 528 528 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 529 529 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 737 737 </p> 738 738 <h3 id="rfc.section.1.4.1"><a href="#rfc.section.1.4.1">1.4.1</a> <a id="core.rules" href="#core.rules">Core Rules</a></h3> 739 <p id="rfc.section.1.4.1.p.1">The core rules below are defined in <a href=" p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a> of <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>:740 </p> 741 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl"> quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>742 <a href="#core.rules" class="smpl"> token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>743 <a href="#core.rules" class="smpl"> OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>739 <p id="rfc.section.1.4.1.p.1">The core rules below are defined in <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: 740 </p> 741 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 742 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 743 <a href="#core.rules" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 744 744 </pre><h3 id="rfc.section.1.4.2"><a href="#rfc.section.1.4.2">1.4.2</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></h3> 745 745 <p id="rfc.section.1.4.2.p.1">The ABNF rules below are defined in other parts:</p> … … 1828 1828 <a href="#abnf.dependencies" class="smpl">pseudonym</a> = <pseudonym, defined in [Part1], Section 9.9> 1829 1829 1830 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2>1831 1832 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2>1830 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.3> 1831 1832 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.3> 1833 1833 1834 1834 <a href="#abnf.dependencies" class="smpl">uri-host</a> = <uri-host, defined in [Part1], Section 2.7> … … 2177 2177 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.4</a>, <a href="#rfc.xref.Part1.2">1.4.1</a>, <a href="#rfc.xref.Part1.3">1.4.1</a>, <a href="#rfc.xref.Part1.4">1.4.1</a>, <a href="#rfc.xref.Part1.5">1.4.1</a>, <a href="#rfc.xref.Part1.6">1.4.2</a>, <a href="#rfc.xref.Part1.7">1.4.2</a>, <a href="#rfc.xref.Part1.8">1.4.2</a>, <a href="#rfc.xref.Part1.9">1.4.2</a>, <a href="#rfc.xref.Part1.10">1.4.2</a>, <a href="#rfc.xref.Part1.11">2.1</a>, <a href="#rfc.xref.Part1.12">2.2</a>, <a href="#rfc.xref.Part1.13">2.3.2</a>, <a href="#rfc.xref.Part1.14">2.5</a>, <a href="#rfc.xref.Part1.15">2.5</a>, <a href="#rfc.xref.Part1.16">2.5</a>, <a href="#rfc.xref.Part1.17">2.7</a>, <a href="#rfc.xref.Part1.18">3.3</a>, <a href="#rfc.xref.Part1.19">7</a>, <a href="#Part1"><b>8.1</b></a><ul> 2178 2178 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.1">1.4</a></li> 2179 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1. 2">1.4.1</a>, <a href="#rfc.xref.Part1.3">1.4.1</a>, <a href="#rfc.xref.Part1.4">1.4.1</a>, <a href="#rfc.xref.Part1.5">1.4.1</a></li>2179 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.3">1.4.1</a></li> 2180 2180 <li><em>Section 2.7</em> <a href="#rfc.xref.Part1.8">1.4.2</a>, <a href="#rfc.xref.Part1.10">1.4.2</a></li> 2181 2181 <li><em>Section 3.2</em> <a href="#rfc.xref.Part1.6">1.4.2</a>, <a href="#rfc.xref.Part1.17">2.7</a></li> 2182 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.4">1.4.1</a>, <a href="#rfc.xref.Part1.5">1.4.1</a></li> 2182 2183 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.12">2.2</a>, <a href="#rfc.xref.Part1.14">2.5</a>, <a href="#rfc.xref.Part1.15">2.5</a>, <a href="#rfc.xref.Part1.16">2.5</a></li> 2183 2184 <li><em>Section 6.1</em> <a href="#rfc.xref.Part1.7">1.4.2</a>, <a href="#rfc.xref.Part1.18">3.3</a></li> -
draft-ietf-httpbis/latest/p6-cache.xml
r1390 r1396 18 18 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 19 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 21 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 22 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 433 434 <x:anchor-alias value="OWS"/> 434 435 <t> 435 The core rules below are defined in &basic-rules;:436 The core rules below are defined in <xref target="Part1"/>: 436 437 </t> 437 438 <figure><artwork type="abnf2616"> 438 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;>439 <x:ref>token</x:ref> = <token, defined in &basic-rules;>440 439 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 440 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-rules;> 441 <x:ref>token</x:ref> = <token, defined in &field-rules;> 441 442 </artwork></figure> 442 443 </section> … … 2491 2492 <x:ref>pseudonym</x:ref> = <pseudonym, defined in [Part1], Section 9.9> 2492 2493 2493 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2>2494 2495 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>2494 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3> 2495 2496 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 2496 2497 2497 2498 <x:ref>uri-host</x:ref> = <uri-host, defined in [Part1], Section 2.7> -
draft-ietf-httpbis/latest/p7-auth.html
r1395 r1396 628 628 </p> 629 629 <h3 id="rfc.section.1.2.1"><a href="#rfc.section.1.2.1">1.2.1</a> <a id="core.rules" href="#core.rules">Core Rules</a></h3> 630 <p id="rfc.section.1.2.1.p.1">The core rules below are defined in <a href=" p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a> of <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>:631 </p> 632 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl"> quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>633 <a href="#core.rules" class="smpl"> token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>634 <a href="#core.rules" class="smpl"> BWS</a> = <BWS, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>635 <a href="#core.rules" class="smpl"> OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>>630 <p id="rfc.section.1.2.1.p.1">The core rules below are defined in <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: 631 </p> 632 <div id="rfc.figure.u.1"></div><pre class="inline"> <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 633 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.2.2</a>> 634 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 635 <a href="#core.rules" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.rules" title="Common Field ABNF Rules">Section 3.2.3</a>> 636 636 </pre><h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="access.authentication.framework" href="#access.authentication.framework">Access Authentication Framework</a></h1> 637 637 <h2 id="rfc.section.2.1"><a href="#rfc.section.2.1">2.1</a> <a id="challenge.and.response" href="#challenge.and.response">Challenge and Response</a></h2> … … 1057 1057 *( OWS "," [ OWS auth-param ] ) ] ) ] 1058 1058 1059 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2>1059 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.3> 1060 1060 1061 1061 realm = "realm" BWS "=" BWS realm-value 1062 1062 realm-value = quoted-string 1063 1063 1064 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2>1064 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.3> 1065 1065 </pre> <div id="rfc.figure.u.11"></div> 1066 1066 <p>ABNF diagnostics:</p><pre class="inline">; Authorization defined but not used … … 1228 1228 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.2</a>, <a href="#rfc.xref.Part1.2">1.2.1</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.1</a>, <a href="#rfc.xref.Part1.6">1.2.1</a>, <a href="#rfc.xref.Part1.7">2.2</a>, <a href="#rfc.xref.Part1.8">2.3.1</a>, <a href="#rfc.xref.Part1.9">4.2</a>, <a href="#rfc.xref.Part1.10">4.4</a>, <a href="#rfc.xref.Part1.11">7</a>, <a href="#Part1"><b>8.1</b></a><ul> 1229 1229 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.1">1.2</a></li> 1230 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1. 2">1.2.1</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.1</a>, <a href="#rfc.xref.Part1.6">1.2.1</a></li>1230 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a></li> 1231 1231 <li><em>Section 2.2</em> <a href="#rfc.xref.Part1.8">2.3.1</a></li> 1232 <li><em>Section 3.2.3</em> <a href="#rfc.xref.Part1.5">1.2.1</a>, <a href="#rfc.xref.Part1.6">1.2.1</a></li> 1232 1233 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.7">2.2</a>, <a href="#rfc.xref.Part1.9">4.2</a>, <a href="#rfc.xref.Part1.10">4.4</a></li> 1233 1234 <li><em>Section 12</em> <a href="#rfc.xref.Part1.11">7</a></li> -
draft-ietf-httpbis/latest/p7-auth.xml
r1395 r1396 20 20 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 21 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 23 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 24 <!ENTITY msg-orient-and-buffering "<xref target='Part1' x:rel='#message-orientation-and-buffering' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 278 279 <x:anchor-alias value="OWS"/> 279 280 <t> 280 The core rules below are defined in &basic-rules;:281 The core rules below are defined in <xref target="Part1"/>: 281 282 </t> 282 283 <figure><artwork type="abnf2616"> 283 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;>284 <x:ref>token</x:ref> = <token, defined in &basic-rules;>285 284 <x:ref>BWS</x:ref> = <BWS, defined in &basic-rules;> 286 285 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 286 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-rules;> 287 <x:ref>token</x:ref> = <token, defined in &field-rules;> 287 288 </artwork></figure> 288 289 </section> … … 1157 1158 *( OWS "," [ OWS auth-param ] ) ] ) ] 1158 1159 1159 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2>1160 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3> 1160 1161 1161 1162 realm = "realm" BWS "=" BWS realm-value 1162 1163 realm-value = quoted-string 1163 1164 1164 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>1165 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 1165 1166 </artwork> 1166 1167 </figure>
Note: See TracChangeset
for help on using the changeset viewer.