Ticket #132: i132.diff
File i132.diff, 8.9 KB (added by julian.reschke@…, 15 years ago) |
---|
-
p1-messaging.xml
276 276 provided by the Uniform Resource Identifier (URI) <xref target="RFC1630"/>, as a location 277 277 (URL) <xref target="RFC1738"/> or name (URN) <xref target="RFC1737"/>, for indicating the resource to which a 278 278 method is to be applied. Messages are passed in a format similar to 279 that used by Internet mail <xref target="RFC 2822"/> as defined by the Multipurpose279 that used by Internet mail <xref target="RFC5322"/> as defined by the Multipurpose 280 280 Internet Mail Extensions (MIME) <xref target="RFC2045"/>. 281 281 </t> 282 282 <t> … … 1502 1502 </artwork></figure> 1503 1503 <t> 1504 1504 Request (<xref target="request"/>) and Response (<xref target="response"/>) messages use the generic 1505 message format of <xref target="RFC 2822"/> for transferring entities (the payload1505 message format of <xref target="RFC5322"/> for transferring entities (the payload 1506 1506 of the message). Both types of message consist of a start-line, zero 1507 1507 or more header fields (also known as "headers"), an empty line (i.e., 1508 1508 a line with nothing preceding the CRLF) indicating the end of the … … 1538 1538 HTTP header fields, which include general-header (<xref target="general.header.fields"/>), 1539 1539 request-header (&request-header-fields;), response-header (&response-header-fields;), and 1540 1540 entity-header (&entity-header-fields;) fields, follow the same generic format as 1541 that given in <xref target="RFC 2822" x:fmt="of" x:sec="2.1"/>. Each header field consists1541 that given in <xref target="RFC5322" x:fmt="of" x:sec="2.1"/>. Each header field consists 1542 1542 of a name followed by a colon (":") and the field value. Field names 1543 1543 are case-insensitive. The field value &MAY; be preceded by any amount 1544 1544 of LWS, though a single SP is preferred. Header fields can be … … 2520 2520 <t> 2521 2521 The Date general-header field represents the date and time at which 2522 2522 the message was originated, having the same semantics as orig-date in 2523 <xref target="RFC2822" x:fmt="of" x:sec="3.6.1"/>. The field value is an HTTP-date, as described in <xref target="full.date"/>; 2523 <xref target="RFC5322" x:fmt="of" x:sec="3.6.1"/>. The field value is an 2524 HTTP-date, as described in <xref target="full.date"/>; 2524 2525 it &MUST; be sent in rfc1123-date format. 2525 2526 </t> 2526 2527 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Date"/> … … 2855 2856 indicate the intermediate protocols and recipients between the user 2856 2857 agent and the server on requests, and between the origin server and 2857 2858 the client on responses. It is analogous to the "Received" field defined in 2858 <xref target="RFC 2822" x:fmt="of" x:sec="3.6.7"/> and is intended to be used for tracking message forwards,2859 <xref target="RFC5322" x:fmt="of" x:sec="3.6.7"/> and is intended to be used for tracking message forwards, 2859 2860 avoiding request loops, and identifying the protocol capabilities of 2860 2861 all senders along the request/response chain. 2861 2862 </t> … … 4020 4021 <seriesInfo name="RFC" value="2821"/> 4021 4022 </reference> 4022 4023 4023 <reference anchor="RFC2822">4024 <front>4025 <title>Internet Message Format</title>4026 <author initials="P." surname="Resnick" fullname="P. Resnick">4027 <organization>QUALCOMM Incorporated</organization>4028 </author>4029 <date year="2001" month="April"/>4030 </front>4031 <seriesInfo name="RFC" value="2822"/>4032 </reference>4033 4034 4024 <reference anchor='RFC2965'> 4035 4025 <front> 4036 4026 <title>HTTP State Management Mechanism</title> … … 4128 4118 <seriesInfo name='RFC' value='4395' /> 4129 4119 </reference> 4130 4120 4121 <reference anchor="RFC5322"> 4122 <front> 4123 <title>Internet Message Format</title> 4124 <author initials="P." surname="Resnick" fullname="P. Resnick"> 4125 <organization>Qualcomm Incorporated</organization> 4126 </author> 4127 <date year="2008" month="September"/> 4128 </front> 4129 <seriesInfo name="RFC" value="5322"/> 4130 </reference> 4131 4131 4132 <reference anchor="Kri2001" target="http://arxiv.org/abs/cs.SE/0105018"> 4132 4133 <front> 4133 4134 <title>HTTP Cookies: Standards, Privacy, and Politics</title> … … 4698 4699 4699 4700 <section title="Since draft-ietf-httpbis-p1-messaging-04" anchor="changes.since.04"> 4700 4701 <t> 4702 Closed issues: 4703 <list style="symbols"> 4704 <t> 4705 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/132"/>: 4706 "RFC 2822 is updated by RFC 5322" 4707 </t> 4708 </list> 4701 4709 </t> 4702 4710 </section> 4703 4711 -
p2-semantics.xml
1882 1882 The From request-header field, if given, &SHOULD; contain an Internet 1883 1883 e-mail address for the human user who controls the requesting user 1884 1884 agent. The address &SHOULD; be machine-usable, as defined by "mailbox" 1885 in <xref x:sec="3.4" x:fmt="of" target="RFC 2822"/>:1885 in <xref x:sec="3.4" x:fmt="of" target="RFC5322"/>: 1886 1886 </t> 1887 1887 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="From"/> 1888 1888 <x:ref>From</x:ref> = "From" ":" <x:ref>mailbox</x:ref> 1889 1889 1890 <x:ref>mailbox</x:ref> = <mailbox, defined in <xref x:sec="3.4" x:fmt="," target="RFC 2822"/>>1890 <x:ref>mailbox</x:ref> = <mailbox, defined in <xref x:sec="3.4" x:fmt="," target="RFC5322"/>> 1891 1891 </artwork></figure> 1892 1892 <t> 1893 1893 An example is: … … 2976 2976 <seriesInfo name='RFC' value='2817' /> 2977 2977 </reference> 2978 2978 2979 <reference anchor="RFC2822">2980 <front>2981 <title>Internet Message Format</title>2982 <author initials="P." surname="Resnick" fullname="P. Resnick">2983 <organization>QUALCOMM Incorporated</organization>2984 </author>2985 <date year="2001" month="April"/>2986 </front>2987 <seriesInfo name="RFC" value="2822"/>2988 </reference>2989 2990 2979 <reference anchor='RFC3864'> 2991 2980 <front> 2992 2981 <title>Registration Procedures for Message Header Fields</title> … … 3025 3014 <seriesInfo name='RFC' value='5226' /> 3026 3015 </reference> 3027 3016 3017 <reference anchor="RFC5322"> 3018 <front> 3019 <title>Internet Message Format</title> 3020 <author initials="P." surname="Resnick" fullname="P. Resnick"> 3021 <organization>Qualcomm Incorporated</organization> 3022 </author> 3023 <date year="2008" month="September"/> 3024 </front> 3025 <seriesInfo name="RFC" value="5322"/> 3026 </reference> 3027 3028 3028 </references> 3029 3029 3030 3030 <section title="Compatibility with Previous Versions" anchor="compatibility"> … … 3304 3304 3305 3305 <section title="Since draft-ietf-httpbis-p2-semantics-04" anchor="changes.since.04"> 3306 3306 <t> 3307 Closed issues: 3308 <list style="symbols"> 3309 <t> 3310 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/132"/>: 3311 "RFC 2822 is updated by RFC 5322" 3312 </t> 3313 </list> 3307 3314 </t> 3308 3315 </section> 3309 3316 -
p3-payload.xml
2240 2240 <seriesInfo name="RFC" value="2616"/> 2241 2241 </reference> 2242 2242 2243 <reference anchor="RFC2822">2244 <front>2245 <title>Internet Message Format</title>2246 <author initials="P." surname="Resnick" fullname="P. Resnick">2247 <organization>QUALCOMM Incorporated</organization>2248 </author>2249 <date year="2001" month="April"/>2250 </front>2251 <seriesInfo name="RFC" value="2822"/>2252 </reference>2253 2254 2243 <reference anchor="RFC3629"> 2255 2244 <front> 2256 2245 <title>UTF-8, a transformation format of ISO 10646</title> … … 2306 2295 <seriesInfo name="RFC" value="4288"/> 2307 2296 </reference> 2308 2297 2298 <reference anchor="RFC5322"> 2299 <front> 2300 <title>Internet Message Format</title> 2301 <author initials="P." surname="Resnick" fullname="P. Resnick"> 2302 <organization>Qualcomm Incorporated</organization> 2303 </author> 2304 <date year="2008" month="September"/> 2305 </front> 2306 <seriesInfo name="RFC" value="5322"/> 2307 </reference> 2308 2309 2309 <reference anchor='BCP97'> 2310 2310 <front> 2311 2311 <title>Handling Normative References to Standards-Track Documents</title> … … 2332 2332 2333 2333 <section title="Differences Between HTTP Entities and RFC 2045 Entities" anchor="differences.between.http.entities.and.rfc.2045.entities"> 2334 2334 <t> 2335 HTTP/1.1 uses many of the constructs defined for Internet Mail (<xref target="RFC 2822"/>) and the Multipurpose Internet Mail Extensions (MIME <xref target="RFC2045"/>) to2335 HTTP/1.1 uses many of the constructs defined for Internet Mail (<xref target="RFC5322"/>) and the Multipurpose Internet Mail Extensions (MIME <xref target="RFC2045"/>) to 2336 2336 allow entities to be transmitted in an open variety of 2337 2337 representations and with extensible mechanisms. However, RFC 2045 2338 2338 discusses mail, and HTTP has a few features that are different from … … 2705 2705 2706 2706 <section title="Since draft-ietf-httpbis-p3-payload-04" anchor="changes.since.04"> 2707 2707 <t> 2708 Closed issues: 2709 <list style="symbols"> 2710 <t> 2711 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/132"/>: 2712 "RFC 2822 is updated by RFC 5322" 2713 </t> 2714 </list> 2708 2715 </t> 2709 2716 </section> 2710 2717