Changeset 2289 for draft-ietf-httpbis/latest
- Timestamp:
- 09/06/13 17:04:07 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.html
r2280 r2289 449 449 } 450 450 @bottom-center { 451 content: "Expires December 5, 2013";451 content: "Expires December 11, 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="2013-06-0 3">491 <meta name="dct.issued" scheme="ISO8601" content="2013-06-09"> 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">June 3, 2013</td>519 <td class="right">June 9, 2013</td> 520 520 </tr> 521 521 <tr> 522 <td class="left">Expires: December 5, 2013</td>522 <td class="left">Expires: December 11, 2013</td> 523 523 <td class="right"></td> 524 524 </tr> … … 546 546 in progress”. 547 547 </p> 548 <p>This Internet-Draft will expire on December 5, 2013.</p>548 <p>This Internet-Draft will expire on December 11, 2013.</p> 549 549 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 550 550 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 708 708 extend outside the scope of its server. 709 709 </p> 710 <p id="rfc.section.2.2.p.4">For historical reasons, senders <em class="bcp14">MUST</em> only use the quoted-string syntax. Recipients might have to support both token and quoted-string syntax for maximum interoperability710 <p id="rfc.section.2.2.p.4">For historical reasons, senders <em class="bcp14">MUST</em> only generate the quoted-string syntax. Recipients might have to support both token and quoted-string syntax for maximum interoperability 711 711 with existing clients that have been accepting both notations for a long time. 712 712 </p> -
draft-ietf-httpbis/latest/p7-auth.xml
r2280 r2289 307 307 </t> 308 308 <t> 309 For historical reasons, senders &MUST; only use the quoted-string syntax.309 For historical reasons, senders &MUST; only generate the quoted-string syntax. 310 310 Recipients might have to support both token and quoted-string syntax for 311 311 maximum interoperability with existing clients that have been accepting both
Note: See TracChangeset
for help on using the changeset viewer.