Changeset 384 for draft-ietf-httpbis/latest
- Timestamp:
- 14/11/08 20:09:02 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r382 r384 933 933 <h3 id="rfc.section.3.3.1"><a href="#rfc.section.3.3.1">3.3.1</a> <a id="full.date" href="#full.date">Full Date</a></h3> 934 934 <p id="rfc.section.3.3.1.p.1">HTTP applications have historically allowed three different formats for the representation of date/time stamps:</p> 935 <div id="rfc.figure.u.19"></div><pre class="text"> Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC1123935 <div id="rfc.figure.u.19"></div><pre class="text"> Sun, 06 Nov 1994 08:49:37 GMT ; RFC 1123 936 936 Sunday, 06-Nov-94 08:49:37 GMT ; obsolete RFC 850 format 937 937 Sun Nov 6 08:49:37 1994 ; ANSI C's asctime() format 938 </pre><p id="rfc.section.3.3.1.p.3">The first format is preferred as an Internet standard and represents a fixed-length subset of that defined by <a href="#RFC1123" id="rfc.xref.RFC1123.1"><cite title="Requirements for Internet Hosts - Application and Support">[RFC1123]</cite></a> (an update to <a href="#RFC822" id="rfc.xref.RFC822.1"><cite title="Standard for the format of ARPA Internet text messages">[RFC822]</cite></a>). The other formats are described here only for compatibility with obsolete implementations. HTTP/1.1 clients and servers938 </pre><p id="rfc.section.3.3.1.p.3">The first format is preferred as an Internet standard and represents a fixed-length subset of that defined by <a href="#RFC1123" id="rfc.xref.RFC1123.1"><cite title="Requirements for Internet Hosts - Application and Support">[RFC1123]</cite></a>. The other formats are described here only for compatibility with obsolete implementations. HTTP/1.1 clients and servers 939 939 that parse the date value <em class="bcp14">MUST</em> accept all three formats (for compatibility with HTTP/1.0), though they <em class="bcp14">MUST</em> only generate the RFC 1123 format for representing HTTP-date values in header fields. See <a href="#tolerant.applications" title="Tolerant Applications">Appendix A</a> for further information. 940 940 </p> … … 2158 2158 <h2 id="rfc.references.2"><a href="#rfc.section.12.2" id="rfc.section.12.2">12.2</a> Informative References 2159 2159 </h2> 2160 <table summary="Informative References"> 2160 <table summary="Informative References"> 2161 2161 <tr> 2162 2162 <td class="reference"><b id="Kri2001">[Kri2001]</b></td> … … 2253 2253 <td class="reference"><b id="RFC5322">[RFC5322]</b></td> 2254 2254 <td class="top">Resnick, P., “<a href="http://tools.ietf.org/html/rfc5322">Internet Message Format</a>”, RFC 5322, October 2008. 2255 </td>2256 </tr>2257 <tr>2258 <td class="reference"><b id="RFC822">[RFC822]</b></td>2259 <td class="top"><a title="University of Delaware, Dept. of Electrical Engineering">Crocker, D.H.</a>, “<a href="http://tools.ietf.org/html/rfc822">Standard for the format of ARPA Internet text messages</a>”, STD 11, RFC 822, August 1982.2260 2255 </td> 2261 2256 </tr> … … 2706 2701 </ul> 2707 2702 <h2 id="rfc.section.E.7"><a href="#rfc.section.E.7">E.7</a> <a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-p1-messaging-05</a></h2> 2703 <p id="rfc.section.E.7.p.1">Closed issues: </p> 2704 <ul> 2705 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/134">http://tools.ietf.org/wg/httpbis/trac/ticket/134</a>>: "RFC822 reference left in discussion of date formats" 2706 </li> 2707 </ul> 2708 2708 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> 2709 2709 <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the … … 2997 2997 </ul> 2998 2998 </li> 2999 <li class="indline1"><em>RFC822</em> <a class="iref" href="#rfc.xref.RFC822.1">3.3.1</a>, <a class="iref" href="#RFC822"><b>12.2</b></a></li>3000 2999 <li class="indline1"><em>RFC959</em> <a class="iref" href="#rfc.xref.RFC959.1">1</a>, <a class="iref" href="#RFC959"><b>12.2</b></a></li> 3001 3000 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r382 r384 814 814 </t> 815 815 <figure><artwork type="example"> 816 Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC1123816 Sun, 06 Nov 1994 08:49:37 GMT ; RFC 1123 817 817 Sunday, 06-Nov-94 08:49:37 GMT ; obsolete RFC 850 format 818 818 Sun Nov 6 08:49:37 1994 ; ANSI C's asctime() format … … 820 820 <t> 821 821 The first format is preferred as an Internet standard and represents 822 a fixed-length subset of that defined by <xref target="RFC1123"/> (an update to823 <xref target="RFC822"/>). Theother formats are described here only for822 a fixed-length subset of that defined by <xref target="RFC1123"/>. The 823 other formats are described here only for 824 824 compatibility with obsolete implementations. 825 825 HTTP/1.1 clients and servers that parse the date value &MUST; accept … … 3368 3368 </reference> 3369 3369 3370 <reference anchor="RFC822">3371 <front>3372 <title abbrev="Standard for ARPA Internet Text Messages">Standard for the format of ARPA Internet text messages</title>3373 <author initials="D.H." surname="Crocker" fullname="David H. Crocker">3374 <organization>University of Delaware, Dept. of Electrical Engineering</organization>3375 <address><email>DCrocker@UDel-Relay</email></address>3376 </author>3377 <date month="August" day="13" year="1982"/>3378 </front>3379 <seriesInfo name="STD" value="11"/>3380 <seriesInfo name="RFC" value="822"/>3381 </reference>3382 3383 3370 <reference anchor="RFC959"> 3384 3371 <front> … … 4595 4582 <section title="Since draft-ietf-httpbis-p1-messaging-05" anchor="changes.since.05"> 4596 4583 <t> 4584 Closed issues: 4585 <list style="symbols"> 4586 <t> 4587 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/134"/>: 4588 "RFC822 reference left in discussion of date formats" 4589 </t> 4590 </list> 4597 4591 </t> 4598 4592 </section>
Note: See TracChangeset
for help on using the changeset viewer.