Changeset 2225 for draft-ietf-httpbis/latest
- Timestamp:
- 23/04/13 07:41:26 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2224 r2225 449 449 } 450 450 @bottom-center { 451 content: "Expires October 2 4, 2013";451 content: "Expires October 25, 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="2013-04-2 2">493 <meta name="dct.issued" scheme="ISO8601" content="2013-04-23"> 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">April 2 2, 2013</td>522 <td class="right">April 23, 2013</td> 523 523 </tr> 524 524 <tr> 525 <td class="left">Expires: October 2 4, 2013</td>525 <td class="left">Expires: October 25, 2013</td> 526 526 <td class="right"></td> 527 527 </tr> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on October 2 4, 2013.</p>553 <p>This Internet-Draft will expire on October 25, 2013.</p> 554 554 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 555 555 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1247 1247 </div> 1248 1248 <div id="rule.BWS"> 1249 <p id="rfc.section.3.2.3.p.4">BWS is used where the grammar allows optional whitespace, for historical reasons, but senders <em class="bcp14">SHOULD NOT</em> generate it in messages; recipients <em class="bcp14">MUST</em> accept such bad optional whitespace and remove it before interpreting the field value or forwarding the message downstream.1249 <p id="rfc.section.3.2.3.p.4">BWS is used where the grammar allows optional whitespace, for historical reasons, but it <em class="bcp14">MUST NOT</em> be generated in messages; recipients <em class="bcp14">MUST</em> accept such bad optional whitespace and remove it before interpreting the field value. 1250 1250 </p> 1251 1251 </div> … … 3134 3134 </li> 3135 3135 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/438">http://tools.ietf.org/wg/httpbis/trac/ticket/438</a>>: "media type registration template issues" 3136 </li> 3137 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/442">http://tools.ietf.org/wg/httpbis/trac/ticket/442</a>>: "BWS" (vs conformance) 3136 3138 </li> 3137 3139 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r2224 r2225 1273 1273 <t anchor="rule.BWS"> 1274 1274 BWS is used where the grammar allows optional whitespace, for historical 1275 reasons, but senders &SHOULD-NOT; generate it in messages;1276 recipients &MUST; accept such bad optional whitespace and remove it before1277 interpreting the field value or forwarding the message downstream.1275 reasons, but it &MUST-NOT; be generated in messages; recipients &MUST; 1276 accept such bad optional whitespace and remove it before interpreting the 1277 field value. 1278 1278 </t> 1279 1279 <t anchor="rule.whitespace"> … … 5268 5268 "media type registration template issues" 5269 5269 </t> 5270 <t> 5271 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/442"/>: 5272 "BWS" (vs conformance) 5273 </t> 5270 5274 </list> 5271 5275 </t>
Note: See TracChangeset
for help on using the changeset viewer.