Changeset 1361
- Timestamp:
- 27/07/11 16:16:11 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1350 r1361 359 359 } 360 360 @bottom-center { 361 content: "Expires January 2 6, 2012";361 content: "Expires January 28, 2012"; 362 362 } 363 363 @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-p1-messaging-latest"> 412 <meta name="dct.issued" scheme="ISO8601" content="2011-07-2 5">412 <meta name="dct.issued" scheme="ISO8601" content="2011-07-27"> 413 413 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 414 414 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 442 442 </tr> 443 443 <tr> 444 <td class="left">Expires: January 2 6, 2012</td>444 <td class="left">Expires: January 28, 2012</td> 445 445 <td class="right">HP</td> 446 446 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">July 2 5, 2011</td>497 <td class="right">July 27, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on January 2 6, 2012.</p>527 <p>This Internet-Draft will expire on January 28, 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> … … 867 867 </div> 868 868 <div id="rfc.figure.u.11"></div><pre class="inline"><span id="rfc.iref.g.23"></span> <a href="#rule.quoted-pair" class="smpl">quoted-pair</a> = "\" ( <a href="#core.rules" class="smpl">WSP</a> / <a href="#core.rules" class="smpl">VCHAR</a> / <a href="#rule.quoted-string" class="smpl">obs-text</a> ) 869 </pre><p id="rfc.section.1.2.2.p.14">Senders <em class="bcp14">SHOULD NOT</em> escape octets that do not require escaping (i.e., other than DQUOTE and the backslash octet). 869 </pre><p id="rfc.section.1.2.2.p.14">Recipients that process the value of the quoted-string <em class="bcp14">MUST</em> handle a quoted-pair as if it were replaced by the octet following the backslash. 870 </p> 871 <p id="rfc.section.1.2.2.p.15">Senders <em class="bcp14">SHOULD NOT</em> escape octets that do not require escaping (i.e., other than DQUOTE and the backslash octet). 870 872 </p> 871 873 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="architecture" href="#architecture">HTTP-related architecture</a></h1> … … 3656 3658 <p id="rfc.section.D.17.p.1">Closed issues: </p> 3657 3659 <ul> 3660 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/270">http://tools.ietf.org/wg/httpbis/trac/ticket/270</a>>: "\-escaping in quoted strings" 3661 </li> 3658 3662 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/305">http://tools.ietf.org/wg/httpbis/trac/ticket/305</a>>: "'Close' should be reserved in the HTTP header field registry" 3659 3663 </li> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1340 r1361 515 515 <x:ref>quoted-pair</x:ref> = "\" ( <x:ref>WSP</x:ref> / <x:ref>VCHAR</x:ref> / <x:ref>obs-text</x:ref> ) 516 516 </artwork></figure> 517 <t> 518 Recipients that process the value of the quoted-string &MUST; handle a 519 quoted-pair as if it were replaced by the octet following the backslash. 520 </t> 517 521 <t> 518 522 Senders &SHOULD-NOT; escape octets that do not require escaping … … 6017 6021 <list style="symbols"> 6018 6022 <t> 6023 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/270"/>: 6024 "\-escaping in quoted strings" 6025 </t> 6026 <t> 6019 6027 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/305"/>: 6020 6028 "'Close' should be reserved in the HTTP header field registry"
Note: See TracChangeset
for help on using the changeset viewer.