Changeset 807 for draft-ietf-httpbis
- Timestamp:
- 07/04/10 11:43:03 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r805 r807 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2010-04-0 6">406 <meta name="dct.issued" scheme="ISO8601" content="2010-04-07"> 407 407 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 408 408 <meta name="dct.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: October 8, 2010</td>437 <td class="left">Expires: October 9, 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">April 6, 2010</td>490 <td class="right">April 7, 2010</td> 491 491 </tr> 492 492 </tbody> … … 516 516 in progress”. 517 517 </p> 518 <p>This Internet-Draft will expire in October 8, 2010.</p>518 <p>This Internet-Draft will expire in October 9, 2010.</p> 519 519 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 520 520 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 2816 2816 the "year 2000" problem). 2817 2817 </li> 2818 <li>Although all date formats are specified to be case-sensitive, recipients <em class="bcp14">SHOULD</em> match day, week and timezone names case-insensitively. 2819 </li> 2818 2820 <li>An HTTP/1.1 implementation <em class="bcp14">MAY</em> internally represent a parsed Expires date as earlier than the proper value, but <em class="bcp14">MUST NOT</em> internally represent a parsed Expires date as later than the proper value. 2819 2821 </li> … … 3374 3376 <ul> 3375 3377 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/73">http://tools.ietf.org/wg/httpbis/trac/ticket/73</a>>: "Clarification of the term 'deflate'" 3378 </li> 3379 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/165">http://tools.ietf.org/wg/httpbis/trac/ticket/165</a>>: "Case-sensitivity of HTTP-date" 3376 3380 </li> 3377 3381 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r805 r807 4589 4589 in the past (this helps solve the "year 2000" problem).</t> 4590 4590 4591 <t>Although all date formats are specified to be case-sensitive, 4592 recipients &SHOULD; match day, week and timezone names 4593 case-insensitively.</t> 4594 4591 4595 <t>An HTTP/1.1 implementation &MAY; internally represent a parsed 4592 4596 Expires date as earlier than the proper value, but &MUST-NOT; … … 5514 5518 "Clarification of the term 'deflate'" 5515 5519 </t> 5520 <t> 5521 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/165"/>: 5522 "Case-sensitivity of HTTP-date" 5523 </t> 5516 5524 </list> 5517 5525 </t>
Note: See TracChangeset
for help on using the changeset viewer.