Changeset 748 for draft-ietf-httpbis/latest
- Timestamp:
- 21/01/10 16:33:59 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r747 r748 404 404 <meta name="DC.Creator" content="Reschke, J. F."> 405 405 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 406 <meta name="DC.Date.Issued" scheme="ISO8601" content="2010-01- 19">406 <meta name="DC.Date.Issued" scheme="ISO8601" content="2010-01-21"> 407 407 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 408 408 <meta name="DC.Description.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 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 435 435 </tr> 436 436 <tr> 437 <td class="left">Expires: July 2 3, 2010</td>437 <td class="left">Expires: July 25, 2010</td> 438 438 <td class="right">HP</td> 439 439 </tr> … … 488 488 <tr> 489 489 <td class="left"></td> 490 <td class="right">January 19, 2010</td>490 <td class="right">January 21, 2010</td> 491 491 </tr> 492 492 </tbody> … … 520 520 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 521 521 </p> 522 <p>This Internet-Draft will expire in July 2 3, 2010.</p>522 <p>This Internet-Draft will expire in July 25, 2010.</p> 523 523 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 524 524 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1155 1155 <p id="rfc.section.3.2.p.4">A field value <em class="bcp14">MAY</em> be preceded by optional whitespace (OWS); a single SP is preferred. The field value does not include any leading or trailing 1156 1156 white space: OWS occurring before the first non-whitespace character of the field value or after the last non-whitespace character 1157 of the field value is ignored and <em class="bcp14">SHOULD</em> be removed without changing the meaning of the header field.1157 of the field value is ignored and <em class="bcp14">SHOULD</em> be removed before further processing (as this does not change the meaning of the header field). 1158 1158 </p> 1159 1159 <p id="rfc.section.3.2.p.5">The order in which header fields with differing field names are received is not significant. However, it is "good practice" … … 3285 3285 </ul> 3286 3286 <h2 id="rfc.section.D.10"><a href="#rfc.section.D.10">D.10</a> <a id="changes.since.08" href="#changes.since.08">Since draft-ietf-httpbis-p1-messaging-08</a></h2> 3287 <p id="rfc.section.D.10.p.1">Partly resolved issues: </p> 3287 <p id="rfc.section.D.10.p.1">Closed issues: </p> 3288 <ul> 3289 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/201">http://tools.ietf.org/wg/httpbis/trac/ticket/201</a>>: "header parsing, treatment of leading and trailing OWS" 3290 </li> 3291 </ul> 3292 <p id="rfc.section.D.10.p.2">Partly resolved issues: </p> 3288 3293 <ul> 3289 3294 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/200">http://tools.ietf.org/wg/httpbis/trac/ticket/200</a>>: "use of term "word" when talking about header structure" -
draft-ietf-httpbis/latest/p1-messaging.xml
r747 r748 1139 1139 space: OWS occurring before the first non-whitespace character of the 1140 1140 field value or after the last non-whitespace character of the field value 1141 is ignored and &SHOULD; be removed without changing the meaning of the header1142 field.1141 is ignored and &SHOULD; be removed before further processing (as this does 1142 not change the meaning of the header field). 1143 1143 </t> 1144 1144 <t> … … 5349 5349 <section title="Since draft-ietf-httpbis-p1-messaging-08" anchor="changes.since.08"> 5350 5350 <t> 5351 Closed issues: 5352 <list style="symbols"> 5353 <t> 5354 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/201"/>: 5355 "header parsing, treatment of leading and trailing OWS" 5356 </t> 5357 </list> 5358 </t> 5359 <t> 5351 5360 Partly resolved issues: 5352 5361 <list style="symbols">
Note: See TracChangeset
for help on using the changeset viewer.