Changeset 1663 for draft-ietf-httpbis/latest
- Timestamp:
- 23/05/12 14:20:45 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/Makefile
r1643 r1663 22 22 p7-auth.abnf 23 23 24 TARGETS_ABNFAPPENDIX= $(TARGETS_ abnf:.xml=.abnf-appendix)24 TARGETS_ABNFAPPENDIX= $(TARGETS_ABNF:.abnf=.abnf-appendix) 25 25 TARGETS_HTML= $(TARGETS_XML:.xml=.html) 26 26 TARGETS_XHTML= $(TARGETS_XML:.xml=.xhtml) -
draft-ietf-httpbis/latest/httpbis.abnf
r1581 r1663 3 3 ; for copyright information. 4 4 5 Accept = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [ OWS media-range [ accept-params ]] ) ]6 Accept-Charset = *( "," OWS ) ( charset / "*" ) [ OWS ";" OWS "q=" qvalue ] *( OWS "," [ OWS ( charset / "*" ) [ OWS ";" OWS "q=" qvalue ]] )7 Accept-Encoding = [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] ) ) *( OWS "," [ OWS codings [ OWS ";" OWS "q=" qvalue ]] ) ]8 Accept-Language = *( "," OWS ) language-range [ OWS ";" OWS "q=" qvalue ] *( OWS "," [ OWS language-range [ OWS ";" OWS "q=" qvalue ]] )5 Accept = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [ OWS ( media-range [ accept-params ] ) ] ) ] 6 Accept-Charset = *( "," OWS ) ( ( charset / "*" ) [ OWS ";" OWS "q=" qvalue ] ) *( OWS "," [ OWS ( ( charset / "*" ) [ OWS ";" OWS "q=" qvalue ] ) ] ) 7 Accept-Encoding = [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] ) ) *( OWS "," [ OWS ( codings [ OWS ";" OWS "q=" qvalue ] ) ] ) ] 8 Accept-Language = *( "," OWS ) ( language-range [ OWS ";" OWS "q=" qvalue ] ) *( OWS "," [ OWS ( language-range [ OWS ";" OWS "q=" qvalue ] ) ] ) 9 9 Accept-Ranges = acceptable-ranges 10 10 Age = delta-seconds … … 58 58 User-Agent = product *( RWS ( product / comment ) ) 59 59 Vary = "*" / ( *( "," OWS ) field-name *( OWS "," [ OWS field-name ] ) ) 60 Via = *( "," OWS ) received-protocol RWS received-by [ RWS comment ] *( OWS "," [ OWS received-protocol RWS received-by [ RWS comment ]] )60 Via = *( "," OWS ) ( received-protocol RWS received-by [ RWS comment ] ) *( OWS "," [ OWS ( received-protocol RWS received-by [ RWS comment ] ) ] ) 61 61 WWW-Authenticate = *( "," OWS ) challenge *( OWS "," [ OWS challenge ] ) 62 62 Warning = *( "," OWS ) warning-value *( OWS "," [ OWS warning-value ] ) … … 76 76 byte-content-range-spec = bytes-unit SP byte-range-resp-spec "/" ( instance-length / "*" ) 77 77 byte-range-resp-spec = ( first-byte-pos "-" last-byte-pos ) / "*" 78 byte-range-set = ( *( "," OWS ) byte-range-spec ) / ( suffix-byte-range-spec *( OWS "," [ ( OWS byte-range-spec ) / suffix-byte-range-spec ] ))78 byte-range-set = *( "," OWS ) ( byte-range-spec / suffix-byte-range-spec ) *( OWS "," [ OWS ( byte-range-spec / suffix-byte-range-spec ) ] ) 79 79 byte-range-spec = first-byte-pos "-" [ last-byte-pos ] 80 80 byte-ranges-specifier = bytes-unit "=" byte-range-set -
draft-ietf-httpbis/latest/p1-messaging.html
r1662 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 17, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 502 502 <meta name="dct.creator" content="Reschke, J. F."> 503 503 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 504 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 16">504 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 505 505 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 506 506 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 534 534 </tr> 535 535 <tr> 536 <td class="left">Expires: November 17, 2012</td>536 <td class="left">Expires: November 24, 2012</td> 537 537 <td class="right">greenbytes</td> 538 538 </tr> 539 539 <tr> 540 540 <td class="left"></td> 541 <td class="right">May 16, 2012</td>541 <td class="right">May 23, 2012</td> 542 542 </tr> 543 543 </tbody> … … 572 572 in progress”. 573 573 </p> 574 <p>This Internet-Draft will expire on November 17, 2012.</p>574 <p>This Internet-Draft will expire on November 24, 2012.</p> 575 575 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 576 576 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 3044 3044 <a href="#header.upgrade" class="smpl">Upgrade</a> = *( "," OWS ) protocol *( OWS "," [ OWS protocol ] ) 3045 3045 3046 <a href="#header.via" class="smpl">Via</a> = *( "," OWS ) received-protocol RWS received-by [ RWS comment ]3047 *( OWS "," [ OWS received-protocol RWS received-by [ RWS comment ] ]3048 )3046 <a href="#header.via" class="smpl">Via</a> = *( "," OWS ) ( received-protocol RWS received-by [ RWS comment 3047 ] ) *( OWS "," [ OWS ( received-protocol RWS received-by [ RWS 3048 comment ] ) ] ) 3049 3049 3050 3050 <a href="#uri" class="smpl">absolute-URI</a> = <absolute-URI, defined in [RFC3986], Section 4.3> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1662 r1663 4926 4926 <x:ref>Upgrade</x:ref> = *( "," OWS ) protocol *( OWS "," [ OWS protocol ] ) 4927 4927 4928 <x:ref>Via</x:ref> = *( "," OWS ) received-protocol RWS received-by [ RWS comment ]4929 *( OWS "," [ OWS received-protocol RWS received-by [ RWS comment ] ]4930 )4928 <x:ref>Via</x:ref> = *( "," OWS ) ( received-protocol RWS received-by [ RWS comment 4929 ] ) *( OWS "," [ OWS ( received-protocol RWS received-by [ RWS 4930 comment ] ) ] ) 4931 4931 4932 4932 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [RFC3986], Section 4.3> -
draft-ietf-httpbis/latest/p2-semantics.html
r1661 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 3, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 508 508 <meta name="dct.creator" content="Reschke, J. F."> 509 509 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 510 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">510 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 511 511 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 512 512 <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. Furthermore, it defines HTTP message content, metadata, and content negotiation. #351"> … … 539 539 </tr> 540 540 <tr> 541 <td class="left">Expires: November 3, 2012</td>541 <td class="left">Expires: November 24, 2012</td> 542 542 <td class="right">greenbytes</td> 543 543 </tr> 544 544 <tr> 545 545 <td class="left"></td> 546 <td class="right">May 2 , 2012</td>546 <td class="right">May 23, 2012</td> 547 547 </tr> 548 548 </tbody> … … 574 574 in progress”. 575 575 </p> 576 <p>This Internet-Draft will expire on November 3, 2012.</p>576 <p>This Internet-Draft will expire on November 24, 2012.</p> 577 577 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 578 578 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 4024 4024 <h1 id="rfc.section.D"><a href="#rfc.section.D">D.</a> <a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1> 4025 4025 <div id="rfc.figure.u.64"></div> <pre class="inline"><a href="#header.accept" class="smpl">Accept</a> = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [ 4026 OWS media-range [ accept-params ]] ) ]4027 <a href="#header.accept-charset" class="smpl">Accept-Charset</a> = *( "," OWS ) ( charset / "*" ) [ OWS ";" OWS "q="4028 qvalue ] *( OWS "," [ OWS( charset / "*" ) [ OWS ";" OWS "q="4029 qvalue ] ] )4026 OWS ( media-range [ accept-params ] ) ] ) ] 4027 <a href="#header.accept-charset" class="smpl">Accept-Charset</a> = *( "," OWS ) ( ( charset / "*" ) [ OWS ";" OWS "q=" 4028 qvalue ] ) *( OWS "," [ OWS ( ( charset / "*" ) [ OWS ";" OWS "q=" 4029 qvalue ] ) ] ) 4030 4030 <a href="#header.accept-encoding" class="smpl">Accept-Encoding</a> = [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] ) ) 4031 *( OWS "," [ OWS codings [ OWS ";" OWS "q=" qvalue ]] ) ]4032 <a href="#header.accept-language" class="smpl">Accept-Language</a> = *( "," OWS ) language-range [ OWS ";" OWS "q="4033 qvalue ] *( OWS "," [ OWS language-range [ OWS ";" OWS "q=" qvalue ]4034 ] )4031 *( OWS "," [ OWS ( codings [ OWS ";" OWS "q=" qvalue ] ) ] ) ] 4032 <a href="#header.accept-language" class="smpl">Accept-Language</a> = *( "," OWS ) ( language-range [ OWS ";" OWS "q=" 4033 qvalue ] ) *( OWS "," [ OWS ( language-range [ OWS ";" OWS "q=" 4034 qvalue ] ) ] ) 4035 4035 <a href="#header.allow" class="smpl">Allow</a> = [ ( "," / method ) *( OWS "," [ OWS method ] ) ] 4036 4036 -
draft-ietf-httpbis/latest/p2-semantics.xml
r1660 r1663 5507 5507 <artwork type="abnf" name="p2-semantics.parsed-abnf"> 5508 5508 <x:ref>Accept</x:ref> = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [ 5509 OWS media-range [ accept-params ]] ) ]5510 <x:ref>Accept-Charset</x:ref> = *( "," OWS ) ( charset / "*" ) [ OWS ";" OWS "q="5511 qvalue ] *( OWS "," [ OWS( charset / "*" ) [ OWS ";" OWS "q="5512 qvalue ] ] )5509 OWS ( media-range [ accept-params ] ) ] ) ] 5510 <x:ref>Accept-Charset</x:ref> = *( "," OWS ) ( ( charset / "*" ) [ OWS ";" OWS "q=" 5511 qvalue ] ) *( OWS "," [ OWS ( ( charset / "*" ) [ OWS ";" OWS "q=" 5512 qvalue ] ) ] ) 5513 5513 <x:ref>Accept-Encoding</x:ref> = [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] ) ) 5514 *( OWS "," [ OWS codings [ OWS ";" OWS "q=" qvalue ]] ) ]5515 <x:ref>Accept-Language</x:ref> = *( "," OWS ) language-range [ OWS ";" OWS "q="5516 qvalue ] *( OWS "," [ OWS language-range [ OWS ";" OWS "q=" qvalue ]5517 ] )5514 *( OWS "," [ OWS ( codings [ OWS ";" OWS "q=" qvalue ] ) ] ) ] 5515 <x:ref>Accept-Language</x:ref> = *( "," OWS ) ( language-range [ OWS ";" OWS "q=" 5516 qvalue ] ) *( OWS "," [ OWS ( language-range [ OWS ";" OWS "q=" 5517 qvalue ] ) ] ) 5518 5518 <x:ref>Allow</x:ref> = [ ( "," / method ) *( OWS "," [ OWS method ] ) ] 5519 5519 -
draft-ietf-httpbis/latest/p3-payload.html
r1661 r1663 382 382 } 383 383 @bottom-center { 384 content: "Expires November 3, 2012";384 content: "Expires November 24, 2012"; 385 385 } 386 386 @bottom-right { … … 410 410 <meta name="dct.creator" content="Reschke, J. F."> 411 411 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 412 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">412 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 413 413 <meta name="dct.abstract" content="This part is now obsolete. Please see HTTPbis, Part 2."> 414 414 <meta name="description" content="This part is now obsolete. Please see HTTPbis, Part 2."> … … 430 430 </tr> 431 431 <tr> 432 <td class="left">Expires: November 3, 2012</td>432 <td class="left">Expires: November 24, 2012</td> 433 433 <td class="right">W3C</td> 434 434 </tr> … … 443 443 <tr> 444 444 <td class="left"></td> 445 <td class="right">May 2 , 2012</td>445 <td class="right">May 23, 2012</td> 446 446 </tr> 447 447 </tbody> … … 459 459 in progress”. 460 460 </p> 461 <p>This Internet-Draft will expire on November 3, 2012.</p>461 <p>This Internet-Draft will expire on November 24, 2012.</p> 462 462 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 463 463 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p4-conditional.html
r1661 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 3, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 501 501 <meta name="dct.creator" content="Reschke, J. F."> 502 502 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 503 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">503 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 504 504 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 505 505 <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."> … … 527 527 </tr> 528 528 <tr> 529 <td class="left">Expires: November 3, 2012</td>529 <td class="left">Expires: November 24, 2012</td> 530 530 <td class="right">J. Reschke, Editor</td> 531 531 </tr> … … 536 536 <tr> 537 537 <td class="left"></td> 538 <td class="right">May 2 , 2012</td>538 <td class="right">May 23, 2012</td> 539 539 </tr> 540 540 </tbody> … … 566 566 in progress”. 567 567 </p> 568 <p>This Internet-Draft will expire on November 3, 2012.</p>568 <p>This Internet-Draft will expire on November 24, 2012.</p> 569 569 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 570 570 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1318 1318 <div id="rfc.figure.u.17"></div> <pre class="inline"><a href="#header.etag" class="smpl">ETag</a> = entity-tag 1319 1319 1320 <a href="#notation" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 6.1>1320 <a href="#notation" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 5.1> 1321 1321 1322 1322 <a href="#header.if-match" class="smpl">If-Match</a> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS -
draft-ietf-httpbis/latest/p4-conditional.xml
r1660 r1663 1368 1368 <x:ref>ETag</x:ref> = entity-tag 1369 1369 1370 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 6.1>1370 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 5.1> 1371 1371 1372 1372 <x:ref>If-Match</x:ref> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS -
draft-ietf-httpbis/latest/p5-range.html
r1661 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 3, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 503 503 <meta name="dct.creator" content="Reschke, J. F."> 504 504 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 505 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">505 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 506 506 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 507 507 <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 requests and the rules for constructing and combining responses to those requests."> … … 529 529 </tr> 530 530 <tr> 531 <td class="left">Expires: November 3, 2012</td>531 <td class="left">Expires: November 24, 2012</td> 532 532 <td class="right">J. Reschke, Editor</td> 533 533 </tr> … … 538 538 <tr> 539 539 <td class="left"></td> 540 <td class="right">May 2 , 2012</td>540 <td class="right">May 23, 2012</td> 541 541 </tr> 542 542 </tbody> … … 566 566 in progress”. 567 567 </p> 568 <p>This Internet-Draft will expire on November 3, 2012.</p>568 <p>This Internet-Draft will expire on November 24, 2012.</p> 569 569 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 570 570 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1309 1309 <a href="#header.content-range" class="smpl">Content-Range</a> = byte-content-range-spec / other-content-range-spec 1310 1310 1311 <a href="#core.rules" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 6.1>1311 <a href="#core.rules" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 5.1> 1312 1312 1313 1313 <a href="#header.if-range" class="smpl">If-Range</a> = entity-tag / HTTP-date … … 1323 1323 instance-length / "*" ) 1324 1324 <a href="#header.content-range" class="smpl">byte-range-resp-spec</a> = ( first-byte-pos "-" last-byte-pos ) / "*" 1325 <a href="#rule.ranges-specifier" class="smpl">byte-range-set</a> = ( *( "," OWS ) byte-range-spec ) / (1326 suffix-byte-range-spec *( OWS "," [ ( OWS byte-range-spec )/1327 suffix-byte-range-spec ] ))1325 <a href="#rule.ranges-specifier" class="smpl">byte-range-set</a> = *( "," OWS ) ( byte-range-spec / 1326 suffix-byte-range-spec ) *( OWS "," [ OWS ( byte-range-spec / 1327 suffix-byte-range-spec ) ] ) 1328 1328 <a href="#rule.ranges-specifier" class="smpl">byte-range-spec</a> = first-byte-pos "-" [ last-byte-pos ] 1329 1329 <a href="#rule.ranges-specifier" class="smpl">byte-ranges-specifier</a> = bytes-unit "=" byte-range-set … … 1501 1501 </ul> 1502 1502 <h2 id="rfc.section.D.21"><a href="#rfc.section.D.21">D.21</a> <a id="changes.since.19" href="#changes.since.19">Since draft-ietf-httpbis-p5-range-19</a></h2> 1503 <p id="rfc.section.D.21.p.1">None yet.</p> 1503 <p id="rfc.section.D.21.p.1">Closed issues: </p> 1504 <ul> 1505 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/358">http://tools.ietf.org/wg/httpbis/trac/ticket/358</a>>: "ABNF list expansion code problem" 1506 </li> 1507 </ul> 1504 1508 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1505 1509 <p class="noprint"><a href="#rfc.index.2">2</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</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.M">M</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/p5-range.xml
r1660 r1663 1369 1369 <x:ref>Content-Range</x:ref> = byte-content-range-spec / other-content-range-spec 1370 1370 1371 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 6.1>1371 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 5.1> 1372 1372 1373 1373 <x:ref>If-Range</x:ref> = entity-tag / HTTP-date … … 1383 1383 instance-length / "*" ) 1384 1384 <x:ref>byte-range-resp-spec</x:ref> = ( first-byte-pos "-" last-byte-pos ) / "*" 1385 <x:ref>byte-range-set</x:ref> = ( *( "," OWS ) byte-range-spec ) / (1386 suffix-byte-range-spec *( OWS "," [ ( OWS byte-range-spec )/1387 suffix-byte-range-spec ] ))1385 <x:ref>byte-range-set</x:ref> = *( "," OWS ) ( byte-range-spec / 1386 suffix-byte-range-spec ) *( OWS "," [ OWS ( byte-range-spec / 1387 suffix-byte-range-spec ) ] ) 1388 1388 <x:ref>byte-range-spec</x:ref> = first-byte-pos "-" [ last-byte-pos ] 1389 1389 <x:ref>byte-ranges-specifier</x:ref> = bytes-unit "=" byte-range-set … … 1711 1711 <section title="Since draft-ietf-httpbis-p5-range-19" anchor="changes.since.19"> 1712 1712 <t> 1713 None yet. 1713 Closed issues: 1714 <list style="symbols"> 1715 <t> 1716 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/358"/>: 1717 "ABNF list expansion code problem" 1718 </t> 1719 </list> 1714 1720 </t> 1715 1721 </section> -
draft-ietf-httpbis/latest/p6-cache.html
r1661 r1663 463 463 } 464 464 @bottom-center { 465 content: "Expires November 3, 2012";465 content: "Expires November 24, 2012"; 466 466 } 467 467 @bottom-right { … … 505 505 <meta name="dct.creator" content="Reschke, J. F."> 506 506 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 507 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">507 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 508 508 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 509 509 <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."> … … 531 531 </tr> 532 532 <tr> 533 <td class="left">Expires: November 3, 2012</td>533 <td class="left">Expires: November 24, 2012</td> 534 534 <td class="right">M. Nottingham, Editor</td> 535 535 </tr> … … 548 548 <tr> 549 549 <td class="left"></td> 550 <td class="right">May 2 , 2012</td>550 <td class="right">May 23, 2012</td> 551 551 </tr> 552 552 </tbody> … … 578 578 in progress”. 579 579 </p> 580 <p>This Internet-Draft will expire on November 3, 2012.</p>580 <p>This Internet-Draft will expire on November 24, 2012.</p> 581 581 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 582 582 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1963 1963 <a href="#header.expires" class="smpl">Expires</a> = HTTP-date 1964 1964 1965 <a href="#abnf.dependencies" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 6.1>1965 <a href="#abnf.dependencies" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 5.1> 1966 1966 1967 1967 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> -
draft-ietf-httpbis/latest/p6-cache.xml
r1660 r1663 2423 2423 <x:ref>Expires</x:ref> = HTTP-date 2424 2424 2425 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 6.1>2425 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 5.1> 2426 2426 2427 2427 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> -
draft-ietf-httpbis/latest/p7-auth.html
r1661 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 3, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 500 500 <meta name="dct.creator" content="Reschke, J. F."> 501 501 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 502 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">502 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 503 503 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 504 504 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 7 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 7 defines the HTTP Authentication framework."> … … 531 531 </tr> 532 532 <tr> 533 <td class="left">Expires: November 3, 2012</td>533 <td class="left">Expires: November 24, 2012</td> 534 534 <td class="right">greenbytes</td> 535 535 </tr> 536 536 <tr> 537 537 <td class="left"></td> 538 <td class="right">May 2 , 2012</td>538 <td class="right">May 23, 2012</td> 539 539 </tr> 540 540 </tbody> … … 564 564 in progress”. 565 565 </p> 566 <p>This Internet-Draft will expire on November 3, 2012.</p>566 <p>This Internet-Draft will expire on November 24, 2012.</p> 567 567 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 568 568 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
Note: See TracChangeset
for help on using the changeset viewer.