Changeset 1929 for draft-ietf-httpbis/latest
- Timestamp:
- 02/10/12 20:12:23 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/dodraft
r44 r1929 8 8 endif 9 9 10 # foreach i ( p1-messaging p2-semantics p 3-payload p4-conditional p5-range p6-cache p7-auth p8-cookies )10 # foreach i ( p1-messaging p2-semantics p4-conditional p5-range p6-cache p7-auth p8-cookies ) 11 11 12 foreach i ( p1-messaging p2-semantics p 3-payload p4-conditional p5-range p6-cache p7-auth )12 foreach i ( p1-messaging p2-semantics p4-conditional p5-range p6-cache p7-auth ) 13 13 cp -p $i.redxml draft-ietf-httpbis-$i-$num.xml 14 14 cp -p $i.txt draft-ietf-httpbis-$i-$num.txt -
draft-ietf-httpbis/latest/p0-introduction.html
r1924 r1929 393 393 } 394 394 @bottom-center { 395 content: "Expires April 4, 2013";395 content: "Expires April 5, 2013"; 396 396 } 397 397 @bottom-right { … … 426 426 <meta name="dct.creator" content="Reschke, J. F."> 427 427 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p0-introduction-latest"> 428 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">428 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 429 429 <meta name="dct.abstract" content="This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise known as HTTP/1.1."> 430 430 <meta name="description" content="This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise known as HTTP/1.1."> … … 446 446 </tr> 447 447 <tr> 448 <td class="left">Expires: April 4, 2013</td>448 <td class="left">Expires: April 5, 2013</td> 449 449 <td class="right">W3C</td> 450 450 </tr> … … 467 467 <tr> 468 468 <td class="left"></td> 469 <td class="right">October 1, 2012</td>469 <td class="right">October 2, 2012</td> 470 470 </tr> 471 471 </tbody> … … 490 490 in progress”. 491 491 </p> 492 <p>This Internet-Draft will expire on April 4, 2013.</p>492 <p>This Internet-Draft will expire on April 5, 2013.</p> 493 493 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 494 494 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p1-messaging.html
r1924 r1929 449 449 } 450 450 @bottom-center { 451 content: "Expires April 4, 2013";451 content: "Expires April 5, 2013"; 452 452 } 453 453 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">493 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 520 520 <tr> 521 521 <td class="left">Intended status: Standards Track</td> 522 <td class="right">October 1, 2012</td>522 <td class="right">October 2, 2012</td> 523 523 </tr> 524 524 <tr> 525 <td class="left">Expires: April 4, 2013</td>525 <td class="left">Expires: April 5, 2013</td> 526 526 <td class="right"></td> 527 527 </tr> … … 540 540 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 541 541 </p> 542 <p>The changes in this draft are summarized in <a href="#changes.since.2 0" title="Since draft-ietf-httpbis-p1-messaging-20">Appendix D.22</a>.542 <p>The changes in this draft are summarized in <a href="#changes.since.21" title="Since draft-ietf-httpbis-p1-messaging-21">Appendix D.23</a>. 543 543 </p> 544 544 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on April 4, 2013.</p>553 <p>This Internet-Draft will expire on April 5, 2013.</p> 554 554 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 555 555 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 721 721 <li><a href="#rfc.section.D.21">D.21</a> <a href="#changes.since.19">Since draft-ietf-httpbis-p1-messaging-19</a></li> 722 722 <li><a href="#rfc.section.D.22">D.22</a> <a href="#changes.since.20">Since draft-ietf-httpbis-p1-messaging-20</a></li> 723 <li><a href="#rfc.section.D.23">D.23</a> <a href="#changes.since.21">Since draft-ietf-httpbis-p1-messaging-21</a></li> 723 724 </ul> 724 725 </li> … … 3446 3447 <li>Rewrite the persistent connection and Upgrade requirements to be actionable by role and consistent with the rest of HTTP.</li> 3447 3448 </ul> 3449 <h2 id="rfc.section.D.23"><a href="#rfc.section.D.23">D.23</a> <a id="changes.since.21" href="#changes.since.21">Since draft-ietf-httpbis-p1-messaging-21</a></h2> 3450 <p id="rfc.section.D.23.p.1">None yet.</p> 3448 3451 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 3449 3452 <p class="noprint"><a href="#rfc.index.A">A</a> <a href="#rfc.index.B">B</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.K">K</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> <a href="#rfc.index.V">V</a> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1924 r1929 134 134 </t> 135 135 <t> 136 The changes in this draft are summarized in <xref target="changes.since.2 0"/>.136 The changes in this draft are summarized in <xref target="changes.since.21"/>. 137 137 </t> 138 138 </note> … … 5845 5845 </section> 5846 5846 5847 <section title="Since draft-ietf-httpbis-p1-messaging-21" anchor="changes.since.21"> 5848 <t> 5849 None yet. 5850 </t> 5851 </section> 5852 5847 5853 </section> 5848 5854 -
draft-ietf-httpbis/latest/p2-semantics.html
r1927 r1929 449 449 } 450 450 @bottom-center { 451 content: "Expires April 4, 2013";451 content: "Expires April 5, 2013"; 452 452 } 453 453 @bottom-right { … … 496 496 <meta name="dct.creator" content="Reschke, J. F."> 497 497 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 498 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">498 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 499 499 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 500 500 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 524 524 <tr> 525 525 <td class="left">Intended status: Standards Track</td> 526 <td class="right">October 1, 2012</td>526 <td class="right">October 2, 2012</td> 527 527 </tr> 528 528 <tr> 529 <td class="left">Expires: April 4, 2013</td>529 <td class="left">Expires: April 5, 2013</td> 530 530 <td class="right"></td> 531 531 </tr> … … 544 544 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 545 545 </p> 546 <p>The changes in this draft are summarized in <a href="#changes.since.2 0" title="Since draft-ietf-httpbis-p2-semantics-20">Appendix F.41</a>.546 <p>The changes in this draft are summarized in <a href="#changes.since.21" title="Since draft-ietf-httpbis-p2-semantics-21">Appendix F.42</a>. 547 547 </p> 548 548 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 555 555 in progress”. 556 556 </p> 557 <p>This Internet-Draft will expire on April 4, 2013.</p>557 <p>This Internet-Draft will expire on April 5, 2013.</p> 558 558 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 559 559 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 837 837 <li><a href="#rfc.section.F.40">F.40</a> <a href="#changes.since.19">Since draft-ietf-httpbis-p2-semantics-19 and draft-ietf-httpbis-p3-payload-19</a></li> 838 838 <li><a href="#rfc.section.F.41">F.41</a> <a href="#changes.since.20">Since draft-ietf-httpbis-p2-semantics-20</a></li> 839 <li><a href="#rfc.section.F.42">F.42</a> <a href="#changes.since.21">Since draft-ietf-httpbis-p2-semantics-21</a></li> 839 840 </ul> 840 841 </li> … … 4929 4930 <li>Rewrite definition of "representation".</li> 4930 4931 </ul> 4932 <h2 id="rfc.section.F.42"><a href="#rfc.section.F.42">F.42</a> <a id="changes.since.21" href="#changes.since.21">Since draft-ietf-httpbis-p2-semantics-21</a></h2> 4933 <p id="rfc.section.F.42.p.1">None yet.</p> 4931 4934 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 4932 4935 <p class="noprint"><a href="#rfc.index.1">1</a> <a href="#rfc.index.2">2</a> <a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.5">5</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.F">F</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> <a href="#rfc.index.V">V</a> <a href="#rfc.index.X">X</a> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1927 r1929 185 185 </t> 186 186 <t> 187 The changes in this draft are summarized in <xref target="changes.since.2 0"/>.187 The changes in this draft are summarized in <xref target="changes.since.21"/>. 188 188 </t> 189 189 </note> … … 7141 7141 </section> 7142 7142 7143 <section title="Since draft-ietf-httpbis-p2-semantics-21" anchor="changes.since.21"> 7144 <t> 7145 None yet. 7146 </t> 7147 </section> 7148 7143 7149 </section> 7144 7150 -
draft-ietf-httpbis/latest/p4-conditional.html
r1924 r1929 449 449 } 450 450 @bottom-center { 451 content: "Expires April 4, 2013";451 content: "Expires April 5, 2013"; 452 452 } 453 453 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">493 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 495 495 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request when one or more preconditions evaluate to false."> … … 517 517 </tr> 518 518 <tr> 519 <td class="left">Expires: April 4, 2013</td>520 <td class="right">October 1, 2012</td>519 <td class="left">Expires: April 5, 2013</td> 520 <td class="right">October 2, 2012</td> 521 521 </tr> 522 522 </tbody> … … 534 534 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 535 535 </p> 536 <p>The changes in this draft are summarized in <a href="#changes.since.2 0" title="Since draft-ietf-httpbis-p4-conditional-20">Appendix D.2</a>.536 <p>The changes in this draft are summarized in <a href="#changes.since.21" title="Since draft-ietf-httpbis-p4-conditional-21">Appendix D.3</a>. 537 537 </p> 538 538 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 545 545 in progress”. 546 546 </p> 547 <p>This Internet-Draft will expire on April 4, 2013.</p>547 <p>This Internet-Draft will expire on April 5, 2013.</p> 548 548 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 549 549 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 617 617 <li><a href="#rfc.section.D.1">D.1</a> <a href="#changes.since.19">Since draft-ietf-httpbis-p4-conditional-19</a></li> 618 618 <li><a href="#rfc.section.D.2">D.2</a> <a href="#changes.since.20">Since draft-ietf-httpbis-p4-conditional-20</a></li> 619 <li><a href="#rfc.section.D.3">D.3</a> <a href="#changes.since.21">Since draft-ietf-httpbis-p4-conditional-21</a></li> 619 620 </ul> 620 621 </li> … … 1362 1363 <li>Conformance criteria and considerations regarding error handling are now defined in Part 1.</li> 1363 1364 </ul> 1365 <h2 id="rfc.section.D.3"><a href="#rfc.section.D.3">D.3</a> <a id="changes.since.21" href="#changes.since.21">Since draft-ietf-httpbis-p4-conditional-21</a></h2> 1366 <p id="rfc.section.D.3.p.1">None yet.</p> 1364 1367 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1365 1368 <p class="noprint"><a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</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> <a href="#rfc.index.V">V</a> -
draft-ietf-httpbis/latest/p4-conditional.xml
r1924 r1929 111 111 </t> 112 112 <t> 113 The changes in this draft are summarized in <xref target="changes.since.2 0"/>.113 The changes in this draft are summarized in <xref target="changes.since.21"/>. 114 114 </t> 115 115 </note> … … 1507 1507 </section> 1508 1508 1509 <section title="Since draft-ietf-httpbis-p4-conditional-21" anchor="changes.since.21"> 1510 <t> 1511 None yet. 1512 </t> 1513 </section> 1514 1509 1515 </section> 1510 1516 -
draft-ietf-httpbis/latest/p5-range.html
r1924 r1929 449 449 } 450 450 @bottom-center { 451 content: "Expires April 4, 2013";451 content: "Expires April 5, 2013"; 452 452 } 453 453 @bottom-right { … … 493 493 <meta name="dct.creator" content="Reschke, J. F."> 494 494 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 495 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">495 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 497 497 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines range requests and the rules for constructing and combining responses to those requests."> … … 519 519 </tr> 520 520 <tr> 521 <td class="left">Expires: April 4, 2013</td>521 <td class="left">Expires: April 5, 2013</td> 522 522 <td class="right">J. Reschke, Editor</td> 523 523 </tr> … … 528 528 <tr> 529 529 <td class="left"></td> 530 <td class="right">October 1, 2012</td>530 <td class="right">October 2, 2012</td> 531 531 </tr> 532 532 </tbody> … … 542 542 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 543 543 </p> 544 <p>The changes in this draft are summarized in <a href="#changes.since.2 0" title="Since draft-ietf-httpbis-p5-range-20">Appendix E.2</a>.544 <p>The changes in this draft are summarized in <a href="#changes.since.21" title="Since draft-ietf-httpbis-p5-range-21">Appendix E.3</a>. 545 545 </p> 546 546 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on April 4, 2013.</p>555 <p>This Internet-Draft will expire on April 5, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 625 625 <li><a href="#rfc.section.E.1">E.1</a> <a href="#changes.since.19">Since draft-ietf-httpbis-p5-range-19</a></li> 626 626 <li><a href="#rfc.section.E.2">E.2</a> <a href="#changes.since.20">Since draft-ietf-httpbis-p5-range-20</a></li> 627 <li><a href="#rfc.section.E.3">E.3</a> <a href="#changes.since.21">Since draft-ietf-httpbis-p5-range-21</a></li> 627 628 </ul> 628 629 </li> … … 1315 1316 <li>Conformance criteria and considerations regarding error handling are now defined in Part 1.</li> 1316 1317 </ul> 1318 <h2 id="rfc.section.E.3"><a href="#rfc.section.E.3">E.3</a> <a id="changes.since.21" href="#changes.since.21">Since draft-ietf-httpbis-p5-range-21</a></h2> 1319 <p id="rfc.section.E.3.p.1">None yet.</p> 1317 1320 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1318 1321 <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.I">I</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> -
draft-ietf-httpbis/latest/p5-range.xml
r1924 r1929 121 121 </t> 122 122 <t> 123 The changes in this draft are summarized in <xref target="changes.since.2 0"/>.123 The changes in this draft are summarized in <xref target="changes.since.21"/>. 124 124 </t> 125 125 </note> … … 1451 1451 </section> 1452 1452 1453 <section title="Since draft-ietf-httpbis-p5-range-21" anchor="changes.since.21"> 1454 <t> 1455 None yet. 1456 </t> 1457 </section> 1458 1453 1459 </section> 1454 1460 -
draft-ietf-httpbis/latest/p6-cache.html
r1924 r1929 452 452 } 453 453 @bottom-center { 454 content: "Expires April 4, 2013";454 content: "Expires April 5, 2013"; 455 455 } 456 456 @bottom-right { … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">500 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: April 4, 2013</td>526 <td class="left">Expires: April 5, 2013</td> 527 527 <td class="right">J. Reschke, Editor</td> 528 528 </tr> … … 533 533 <tr> 534 534 <td class="left"></td> 535 <td class="right">October 1, 2012</td>535 <td class="right">October 2, 2012</td> 536 536 </tr> 537 537 </tbody> … … 548 548 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 549 549 </p> 550 <p>The changes in this draft are summarized in <a href="#changes.since.2 0" title="Since draft-ietf-httpbis-p6-cache-20">Appendix D.2</a>.550 <p>The changes in this draft are summarized in <a href="#changes.since.21" title="Since draft-ietf-httpbis-p6-cache-21">Appendix D.3</a>. 551 551 </p> 552 552 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 559 559 in progress”. 560 560 </p> 561 <p>This Internet-Draft will expire on April 4, 2013.</p>561 <p>This Internet-Draft will expire on April 5, 2013.</p> 562 562 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 563 563 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 675 675 <li><a href="#rfc.section.D.1">D.1</a> <a href="#changes.since.19">Since draft-ietf-httpbis-p6-cache-19</a></li> 676 676 <li><a href="#rfc.section.D.2">D.2</a> <a href="#changes.since.20">Since draft-ietf-httpbis-p6-cache-20</a></li> 677 <li><a href="#rfc.section.D.3">D.3</a> <a href="#changes.since.21">Since draft-ietf-httpbis-p6-cache-21</a></li> 677 678 </ul> 678 679 </li> … … 1991 1992 <li>Add security considerations with respect to cache poisoning and the "Set-Cookie" header field.</li> 1992 1993 </ul> 1994 <h2 id="rfc.section.D.3"><a href="#rfc.section.D.3">D.3</a> <a id="changes.since.21" href="#changes.since.21">Since draft-ietf-httpbis-p6-cache-21</a></h2> 1995 <p id="rfc.section.D.3.p.1">None yet.</p> 1993 1996 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1994 1997 <p class="noprint"><a href="#rfc.index.1">1</a> <a href="#rfc.index.2">2</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.F">F</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.V">V</a> <a href="#rfc.index.W">W</a> -
draft-ietf-httpbis/latest/p6-cache.xml
r1924 r1929 127 127 </t> 128 128 <t> 129 The changes in this draft are summarized in <xref target="changes.since.2 0"/>.129 The changes in this draft are summarized in <xref target="changes.since.21"/>. 130 130 </t> 131 131 </note> … … 2590 2590 </section> 2591 2591 2592 <section title="Since draft-ietf-httpbis-p6-cache-21" anchor="changes.since.21"> 2593 <t> 2594 None yet. 2595 </t> 2596 </section> 2597 2592 2598 </section> 2593 2599 </back> -
draft-ietf-httpbis/latest/p7-auth.html
r1924 r1929 449 449 } 450 450 @bottom-center { 451 content: "Expires April 4, 2013";451 content: "Expires April 5, 2013"; 452 452 } 453 453 @bottom-right { … … 489 489 <meta name="dct.creator" content="Reschke, J. F."> 490 490 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 491 <meta name="dct.issued" scheme="ISO8601" content="2012-10-0 1">491 <meta name="dct.issued" scheme="ISO8601" content="2012-10-02"> 492 492 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 493 493 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document defines the HTTP Authentication framework."> … … 517 517 <tr> 518 518 <td class="left">Intended status: Standards Track</td> 519 <td class="right">October 1, 2012</td>519 <td class="right">October 2, 2012</td> 520 520 </tr> 521 521 <tr> 522 <td class="left">Expires: April 4, 2013</td>522 <td class="left">Expires: April 5, 2013</td> 523 523 <td class="right"></td> 524 524 </tr> … … 535 535 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 536 536 </p> 537 <p>The changes in this draft are summarized in <a href="#changes.since.2 0" title="Since draft-ietf-httpbis-p7-auth-20">Appendix D.2</a>.537 <p>The changes in this draft are summarized in <a href="#changes.since.21" title="Since draft-ietf-httpbis-p7-auth-21">Appendix D.3</a>. 538 538 </p> 539 539 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> … … 546 546 in progress”. 547 547 </p> 548 <p>This Internet-Draft will expire on April 4, 2013.</p>548 <p>This Internet-Draft will expire on April 5, 2013.</p> 549 549 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 550 550 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 614 614 <li><a href="#rfc.section.D.1">D.1</a> <a href="#changes.since.19">Since draft-ietf-httpbis-p7-auth-19</a></li> 615 615 <li><a href="#rfc.section.D.2">D.2</a> <a href="#changes.since.20">Since draft-ietf-httpbis-p7-auth-20</a></li> 616 <li><a href="#rfc.section.D.3">D.3</a> <a href="#changes.since.21">Since draft-ietf-httpbis-p7-auth-21</a></li> 616 617 </ul> 617 618 </li> … … 1128 1129 <li>Conformance criteria and considerations regarding error handling are now defined in Part 1.</li> 1129 1130 </ul> 1131 <h2 id="rfc.section.D.3"><a href="#rfc.section.D.3">D.3</a> <a id="changes.since.21" href="#changes.since.21">Since draft-ietf-httpbis-p7-auth-21</a></h2> 1132 <p id="rfc.section.D.3.p.1">None yet.</p> 1130 1133 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1131 1134 <p class="noprint"><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.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.W">W</a> -
draft-ietf-httpbis/latest/p7-auth.xml
r1924 r1929 103 103 </t> 104 104 <t> 105 The changes in this draft are summarized in <xref target="changes.since.2 0"/>.105 The changes in this draft are summarized in <xref target="changes.since.21"/>. 106 106 </t> 107 107 </note> … … 1159 1159 </t> 1160 1160 </section> 1161 1162 <section title="Since draft-ietf-httpbis-p7-auth-21" anchor="changes.since.21"> 1163 <t> 1164 None yet. 1165 </t> 1166 </section> 1161 1167 </section> 1162 1168
Note: See TracChangeset
for help on using the changeset viewer.