source: draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml @ 1191

Last change on this file since 1191 was 1191, checked in by julian.reschke@…, 12 years ago

prepare -08

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 39.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt' ?>
3<?rfc toc="yes"?>
4<?rfc symrefs="yes"?>
5<?rfc sortrefs="yes"?>
6<?rfc compact="yes"?>
7<?rfc comments="yes"?>
8<?rfc inline="yes"?>
9<?rfc subcompact="no"?>
10<?rfc rfcedstyle="yes"?>
11<?rfc-ext allow-markup-in-artwork="yes" ?>
12<?rfc-ext include-references-in-index="yes" ?>
13
14<!DOCTYPE rfc [
15  <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
16  <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
17  <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>">
18  <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>">
19  <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>">
20  <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>">
21  <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>">
22  <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
23  <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
24  <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
25]>
26
27<rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-content-disp-latest" category="std" x:maturity-level="proposed" xml:lang="en" updates="2616">
28        <front>
29  <title abbrev="Content-Disposition in HTTP">Use of the Content-Disposition&#160;Header&#160;Field
30  in the Hypertext&#160;Transfer&#160;Protocol&#160;(HTTP)</title>
31  <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
32    <organization abbrev="greenbytes">greenbytes GmbH</organization>
33    <address>
34      <postal>
35        <street>Hafenweg 16</street>
36        <city>Muenster</city><region>NW</region><code>48155</code>
37        <country>Germany</country>
38      </postal>
39      <email>julian.reschke@greenbytes.de</email>       
40      <uri>http://greenbytes.de/tech/webdav/</uri>     
41    </address>
42  </author>
43
44  <date month="March" year="2011"/>
45  <workgroup>HTTPbis Working Group</workgroup>
46 
47  <abstract>
48    <t>
49      RFC 2616 defines the Content-Disposition response header field,
50      but points out that it is not part of the HTTP/1.1 Standard.
51      This specification takes over the definition and registration of
52      Content-Disposition, as used in HTTP, and clarifies internationalization
53      aspects.
54    </t>
55  </abstract>
56 
57  <note title="Editorial Note (To be removed by RFC Editor before publication)">
58    <t>
59      This specification is expected to replace the definition of Content-Disposition
60      in the HTTP/1.1 specification, as currently revised by the IETF HTTPbis
61      working group. See also <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/123"/>.
62    </t>
63    <t>
64      Discussion of this draft should take place on the HTTPBIS working group
65      mailing list (ietf-http-wg@w3.org). The current issues list is
66      at <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=content-disp"/>
67      and related documents (including fancy diffs) can be found at
68      <eref target="http://tools.ietf.org/wg/httpbis/"/>.
69    </t>
70    <t>
71      The changes in this draft are summarized in <xref target="changes.since.08"/>.
72    </t>
73  </note>
74  </front>
75
76  <middle>
77
78<section title="Introduction" anchor="introduction">
79<t>
80  RFC 2616 defines the Content-Disposition response header field in <xref target="RFC2616" x:fmt="of" x:sec="19.5.1"/>,
81  but points out that it is not part of the HTTP/1.1 Standard (<xref target="RFC2616" x:fmt="sec" x:sec="15.5"/>):
82</t>
83<x:blockquote cite="http://tools.ietf.org/html/rfc2616#section-15.5">
84  <t>
85    Content-Disposition is not part of the HTTP standard, but since it is
86    widely implemented, we are documenting its use and risks for implementers.
87  </t>
88</x:blockquote>
89<t>
90  This specification takes over the definition and registration of
91  Content-Disposition, as used in HTTP.
92  Based on interoperability testing with existing User Agents,
93  it fully defines a profile of the
94  features defined in the Multipurpose Internet Mail Extensions (MIME) variant (<xref target="RFC2183"/>) of the
95  header field, and also clarifies internationalization
96  aspects.
97</t>
98<x:note>
99  <t>
100    <x:h>Note:</x:h> this document does not apply to Content-Disposition
101    header fields appearing in payload bodies transmitted over HTTP, such as
102    when using the media type "multipart/form-data" (<xref target="RFC2388"/>).
103  </t>
104</x:note>
105</section> 
106
107<section title="Notational Conventions" anchor="notational.conventions">
108<t>
109  The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
110  "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document
111  are to be interpreted as described in <xref target="RFC2119"/>.
112</t>
113<t>
114  This specification uses the augmented BNF notation defined in
115  <xref target="RFC2616" x:fmt="of" x:sec="2.1"/>, including its rules for
116  implied linear whitespace (LWS).
117</t>
118</section>
119
120<section title="Conformance and Error Handling" anchor="conformance.and.error.handling">
121<t>
122  This specification defines conformance criteria for both senders (usually,
123  HTTP origin servers) and recipients (usually, HTTP user agents) of the
124  Content-Disposition header field. An implementation is considered conformant if
125  it complies with all of the requirements associated with its role.
126</t>
127<t>
128  This specification also defines certain forms of the header field-value to be
129  invalid, using both ABNF and prose requirements (<xref target="header.field.definition"/>),
130  but it does not define special handling of these invalid field-values.
131</t>
132<t>
133  Senders &MUST-NOT; generate Content-Disposition header fields that are
134  invalid.
135</t>
136<t>
137  Recipients &MAY; take steps to recover a usable field-value
138  from an invalid header field, but &SHOULD-NOT; reject the message outright,
139  unless this is explicitly desirable behaviour (e.g., the implementation is a
140  validator). As such, the default handling of invalid fields is to ignore them.
141</t>
142</section>
143
144<section title="Header Field Definition" anchor="header.field.definition">
145  <iref item="Header Fields" subitem="Content-Disposition" primary="true" x:for-anchor=""/>
146  <iref item="Content-Disposition header field" primary="true" x:for-anchor=""/>
147<t>
148  The Content-Disposition response header field is used to convey additional
149  information about how to process the response payload, and also can be used
150  to attach additional metadata, such as the filename to use when saving the
151  response payload locally.
152</t>
153
154<section title="Grammar">
155<figure><artwork type="abnf2616">
156  content-disposition = "Content-Disposition" ":"
157                         disposition-type *( ";" disposition-parm )
158
159  disposition-type    = "inline" | "attachment" | disp-ext-type
160                      ; case-insensitive
161  disp-ext-type       = token
162
163  disposition-parm    = filename-parm | disp-ext-parm
164
165  filename-parm       = "filename" "=" value
166                      | "filename*" "=" ext-value
167 
168  disp-ext-parm       = token "=" value
169                      | ext-token "=" ext-value
170  ext-token           = &lt;the characters in token, followed by "*"&gt;
171</artwork></figure>
172
173<figure>
174<preamble>Defined in <xref target="RFC2616"/>:</preamble>
175<artwork type="abnf2616">
176  token         = &lt;token, defined in <xref target="RFC2616" x:fmt="," x:sec="2.2"/>&gt;
177  quoted-string = &lt;quoted-string, defined in <xref target="RFC2616" x:fmt="," x:sec="2.2"/>&gt;
178  value         = &lt;value, defined in <xref target="RFC2616" x:fmt="," x:sec="3.6"/>&gt;
179                ; token | quoted-string
180             
181</artwork></figure>
182<figure>
183<preamble>Defined in <xref target="RFC5987"/>:</preamble>
184<artwork type="abnf2616">
185  ext-value   = &lt;ext-value, defined in <xref target="RFC5987" x:sec="3.2"/>&gt;
186</artwork></figure>
187<t>
188  Header field values with multiple instances of the same parameter name are
189  invalid.
190</t>
191<t>
192  Note that due to the rules for implied linear whitespace
193  (<xref target="RFC2616" x:fmt="of" x:sec="2.1"/>), &OPTIONAL; whitespace can
194  appear between words (token or quoted-string) and separator characters.
195</t>
196<t>
197  Furthermore note that the format used for ext-value allows specifying a
198  natural language; this is of limited use for filenames and is likely to be
199  ignored by recipients.
200</t>
201</section>
202
203<section title="Disposition Type" anchor="disposition.type">
204<t>
205  If the disposition type matches "attachment" (case-insensitively), this
206  indicates that the recipient should prompt the user to save the response
207  locally, rather than process it normally (as per its media type).
208</t>
209<t>
210  On the other hand, if it matches "inline" (case-insensitively), this implies
211  default processing. Therefore, the disposition type "inline" is only useful
212  when it is augmented with additional parameters, such as the filename (see
213  below).
214</t>
215<t>
216  Unknown or unhandled disposition types &SHOULD; be handled by recipients the
217  same way as "attachment" (see also <xref target="RFC2183" x:fmt="," x:sec="2.8"/>).
218</t>
219</section>
220
221<section title="Disposition Parameter: 'Filename'" anchor="disposition.parameter.filename">
222<t>
223  The parameters "filename" and "filename*", to be matched case-insensitively,
224  provide information on how to construct a filename for storing the message
225  payload.
226</t>
227<t>
228  Depending on the disposition type, this information might be used right away
229  (in the "save as..." interaction caused for the "attachment" disposition type),
230  or later on (for instance, when the user decides to save the contents of the
231  current page being displayed).
232</t>
233<t>
234  The parameters "filename" and "filename*" differ only in that "filename*" uses
235  the encoding defined in <xref target="RFC5987"/>, allowing the use
236  of characters not present in the ISO-8859-1 character set (<xref target="ISO-8859-1"/>).
237</t>
238<t>
239  Many user agent implementations predating this specification
240  do not understand the "filename*" parameter. Therefore, when both "filename"
241  and "filename*" are present in a single header field value, recipients
242  &SHOULD; pick "filename*" and ignore "filename". This way, senders
243  can avoid special-casing specific user agents by sending both the
244  more expressive "filename*" parameter, and the "filename" parameter
245  as fallback for legacy recipients (see <xref target="examples"/> for
246  an example).
247</t>
248<t>
249  It is essential that recipients treat the specified filename as advisory
250  only, thus be very careful in extracting the desired information.
251  In particular:
252  <list style="symbols">
253    <x:lt><t>
254      Recipients &MUST-NOT; be able to write into any location other than one
255      to which they are specifically entitled. To illustrate the problem
256      consider the consequences of being able to overwrite well-known system
257      locations (such as "/etc/passwd"). One strategy to achieve this is to
258      never trust folder name information in the filename parameter, for
259      instance by stripping all but the last path segment and only consider the
260      actual filename (where 'path segment' are the components of the field
261      value delimited by the path separator characters "\" and "/").
262    </t></x:lt>
263    <x:lt><t>
264      Many platforms do not use Internet Media Types (<xref target="RFC2046"/>)
265      to hold type information in the file system, but rely on filename
266      extensions instead. Trusting the server-provided file extension could
267      introduce a privilege escalation when the saved file is later opened
268      (consider ".exe"). Thus, recipients &SHOULD; ensure that a file extension
269      is used that is safe, optimally matching the media type of the received
270      payload.
271    </t></x:lt>
272    <x:lt><t>
273      Recipients &SHOULD; strip or replace character sequences that are
274      known to cause confusion both in user interfaces and in filenames, such as
275      control characters and leading and trailing whitespace.
276    </t></x:lt>
277    <x:lt><t>
278      Other aspects recipients need to be aware of are names that have a
279      special meaning in the file system or in shell commands, such as "." and "..",
280      "~", "|", and also device names. Recipients &SHOULD; ignore or substitute
281      names like these.
282    </t></x:lt>
283  </list>
284</t>
285<x:note>
286  <t>
287    <x:h>Note:</x:h> Many user agents do not properly handle the escape
288    character "\" when using the quoted-string form. Furthermore, some user agents
289    erroneously try to perform unescaping of "percent" escapes (see
290    <xref target="alternatives.percent"/>), and thus might misinterpret
291    filenames containing the percent character followed by two hex digits.
292  </t>
293</x:note>
294</section>
295
296<section title="Disposition Parameter: Extensions" anchor="disposition.parameter.extensions">
297<t>
298  To enable future extensions, recipients &SHOULD; ignore unrecognized
299  parameters (see also <xref target="RFC2183" x:fmt="," x:sec="2.8"/>).
300</t>
301</section>
302
303<section title="Extensibility" anchor="extensibility">
304<t>
305  Note that <xref target="RFC2183" x:fmt="of" x:sec="9"/> defines IANA registries both
306  for disposition types and disposition parameters. This registry is
307  shared by different protocols using Content-Disposition, such as MIME and HTTP.
308  Therefore, not all registered values may make sense in the context of HTTP.
309</t>
310</section>
311
312</section> 
313
314<section title="Examples" anchor="examples">
315
316<figure>
317<preamble>
318Direct UA to show "save as" dialog, with a filename of "example.html": 
319</preamble>
320<artwork type="example">
321Content-Disposition: Attachment; filename=example.html
322</artwork></figure>
323<figure>
324<preamble>
325Direct UA to behave as if the Content-Disposition header field wasn't present,
326but to remember the filename "an example.html" for a subsequent save operation:
327</preamble>
328<artwork type="example" x:indent-with="  ">
329Content-Disposition: INLINE; FILENAME= "an example.html"
330</artwork>
331<postamble>
332  Note: this uses the quoted-string form so that the space character
333  can be included.
334</postamble>
335</figure>
336<figure>
337<preamble>
338Direct UA to show "save as" dialog, with a filename containing the Unicode character  U+20AC (EURO SIGN):
339</preamble>
340<artwork type="example" x:indent-with="  ">
341Content-Disposition: attachment;
342                     filename*= UTF-8''<x:highlight>%e2%82%ac</x:highlight>%20rates
343</artwork>
344<postamble>
345  Here, the encoding defined in <xref target="RFC5987"/> is also used to encode the
346  non-ISO-8859-1 character.
347</postamble>
348</figure>
349<figure>
350<preamble>
351Same as above, but adding the "filename" parameter for compatibility with
352user agents not implementing RFC 5987:
353</preamble>
354<artwork type="example" x:indent-with="  ">
355Content-Disposition: attachment;
356                     filename="EURO rates";
357                     filename*=utf-8''<x:highlight>%e2%82%ac</x:highlight>%20rates
358</artwork>
359<postamble>
360  Note: those user agents that do not support the RFC 5987 encoding ignore
361  "filename*" when it occurs after "filename".
362</postamble>
363</figure>
364
365</section>
366
367<section title="Internationalization Considerations" anchor="i18n">
368<t>
369  The "filename*" parameter (<xref target="disposition.parameter.filename"/>),
370  using the encoding defined in <xref target="RFC5987"/>, allows the
371  server to transmit characters outside the ISO-8859-1 character set,
372  and also to optionally specify the language in use.
373</t>
374<t>
375  Future parameters might also require internationalization, in which case
376  the same encoding can be used.
377</t>
378</section>
379
380<section title="Security Considerations" anchor="security.considerations">
381<t>
382  Using server-supplied information for constructing local filenames introduces
383  many risks. These are summarized in <xref target="disposition.parameter.filename"/>.
384</t>
385<t>
386  Furthermore, implementers also ought to be aware of the Security
387  Considerations applying to HTTP (see <xref target="RFC2616" x:fmt="of" x:sec="15"/>), and also the parameter encoding defined in <xref target="RFC5987"/>
388  (see <xref target="RFC5987" x:fmt="sec" x:sec="5"/>).
389</t>
390</section> 
391
392<section title="IANA Considerations" anchor="iana.considerations">
393
394<section title="Registry for Disposition Values and Parameter" anchor="registry">
395<t>
396  This specification does not introduce any changes to the registration
397  procedures for disposition values and parameters that are defined in
398  <xref target="RFC2183" x:fmt="of" x:sec="9"/>.
399</t>
400</section>
401
402<section title="Header Field Registration" anchor="header.field.registration"> 
403<t>
404  This document updates the definition of the Content-Disposition HTTP header field
405  in the permanent HTTP header field registry (see <xref target="RFC3864"/>).
406</t>
407<t>
408<list style="hanging">
409  <t hangText="Header field name:">Content-Disposition</t>
410  <t hangText="Applicable protocol:">http</t>
411  <t hangText="Status:">standard</t>
412  <t hangText="Author/Change controller:">IETF</t>
413  <t hangText="Specification document:">this specification (<xref target="header.field.definition"/>)</t>
414</list>
415</t>
416</section>
417
418</section> 
419
420<section title="Acknowledgements">
421<t>
422  Thanks to
423  Adam Barth,
424  Rolf Eike Beer,
425  Stewart Bryant,
426  Bjoern Hoehrmann,
427  Alfred Hoenes,
428  Roar Lauritzsen,
429  Alexey Melnikov,
430  Henrik Nordstrom, and
431  Mark Nottingham for
432  their valuable feedback.
433</t>
434</section> 
435
436  </middle>
437  <back>
438 
439<references title="Normative References">
440 
441  <reference anchor="RFC2119">
442    <front>
443      <title abbrev="RFC Key Words">Key words for use in RFCs to Indicate Requirement Levels</title>
444      <author initials="S." surname="Bradner" fullname="Scott Bradner">
445        <organization>Harvard University</organization>
446        <address><email>sob@harvard.edu</email></address>
447      </author>
448      <date month="March" year="1997"/>
449      <area>General</area>
450      <keyword>keyword</keyword>
451    </front>
452    <seriesInfo name="BCP" value="14"/>
453    <seriesInfo name="RFC" value="2119"/>
454  </reference>
455
456  <reference anchor="RFC2616">
457    <front>
458      <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
459      <author initials="R." surname="Fielding" fullname="R. Fielding">
460        <organization>University of California, Irvine</organization>
461        <address><email>fielding@ics.uci.edu</email></address>
462      </author>
463      <author initials="J." surname="Gettys" fullname="J. Gettys">
464        <organization>W3C</organization>
465        <address><email>jg@w3.org</email></address>
466      </author>
467      <author initials="J." surname="Mogul" fullname="J. Mogul">
468        <organization>Compaq Computer Corporation</organization>
469        <address><email>mogul@wrl.dec.com</email></address>
470      </author>
471      <author initials="H." surname="Frystyk" fullname="H. Frystyk">
472        <organization>MIT Laboratory for Computer Science</organization>
473        <address><email>frystyk@w3.org</email></address>
474      </author>
475      <author initials="L." surname="Masinter" fullname="L. Masinter">
476        <organization>Xerox Corporation</organization>
477        <address><email>masinter@parc.xerox.com</email></address>
478      </author>
479      <author initials="P." surname="Leach" fullname="P. Leach">
480        <organization>Microsoft Corporation</organization>
481        <address><email>paulle@microsoft.com</email></address>
482      </author>
483      <author initials="T." surname="Berners-Lee" fullname="T. Berners-Lee">
484        <organization>W3C</organization>
485        <address><email>timbl@w3.org</email></address>
486      </author>
487      <date month="June" year="1999"/>
488    </front>
489    <seriesInfo name="RFC" value="2616"/>
490  </reference>
491
492  <reference anchor="RFC5987">
493        <front>
494      <title>Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters</title>
495      <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
496        <organization abbrev="greenbytes">greenbytes GmbH</organization>
497        <address>
498          <postal>
499            <street>Hafenweg 16</street>
500            <city>Muenster</city><region>NW</region><code>48155</code>
501            <country>Germany</country>
502          </postal>
503          <email>julian.reschke@greenbytes.de</email>   
504          <uri>http://greenbytes.de/tech/webdav/</uri> 
505        </address>
506      </author>
507      <date month="August" year="2010"/>
508    </front>
509    <seriesInfo name="RFC" value="5987"/>
510  </reference>
511
512  <reference anchor="ISO-8859-1">
513    <front>
514      <title>Information technology -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1</title>
515      <author>
516        <organization>International Organization for Standardization</organization>
517      </author>
518      <date year="1998"/>
519    </front>
520    <seriesInfo name="ISO/IEC" value="8859-1:1998"/>
521  </reference>
522
523</references>
524 
525<references title="Informative References">
526
527  <reference anchor="RFC2046">
528    <front>
529      <title abbrev="Media Types">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
530      <author initials="N." surname="Freed" fullname="Ned Freed">
531        <organization>Innosoft International, Inc.</organization>
532        <address><email>ned@innosoft.com</email></address>
533      </author>
534      <author initials="N." surname="Borenstein" fullname="Nathaniel S. Borenstein">
535        <organization>First Virtual Holdings</organization>
536        <address><email>nsb@nsb.fv.com</email></address>
537      </author>
538      <date month="November" year="1996"/>
539    </front>
540    <seriesInfo name="RFC" value="2046"/>
541  </reference>
542
543  <reference anchor="RFC2047">
544    <front>
545      <title abbrev="Message Header Extensions">MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text</title>
546      <author initials="K." surname="Moore" fullname="Keith Moore">
547        <organization>University of Tennessee</organization>
548        <address><email>moore@cs.utk.edu</email></address>
549      </author>
550      <date month="November" year="1996"/>
551    </front>
552    <seriesInfo name="RFC" value="2047"/>
553  </reference>
554
555  <reference anchor="RFC2183">
556    <front>
557      <title abbrev="Content-Disposition">Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field</title>
558      <author initials="R." surname="Troost" fullname="Rens Troost">
559        <organization>New Century Systems</organization>
560        <address><email>rens@century.com</email></address>
561      </author>
562      <author initials="S." surname="Dorner" fullname="Steve Dorner">
563        <organization>QUALCOMM Incorporated</organization>
564        <address><email>sdorner@qualcomm.com</email></address>
565      </author>
566      <author initials="K." surname="Moore" fullname="Keith Moore">
567        <organization>Department of Computer Science</organization>
568        <address><email>moore@cs.utk.edu</email></address>
569      </author>
570      <date year="1997" month="August"/>
571    </front>
572    <seriesInfo name="RFC" value="2183"/>
573  </reference>
574
575  <reference anchor="RFC2231">
576    <front>
577      <title abbrev="MIME Value and Encoded Word Extensions">MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations</title>
578      <author initials="N." surname="Freed" fullname="Ned Freed">
579        <organization abbrev="Innosoft">Innosoft International, Inc.</organization>
580        <address><email>ned.freed@innosoft.com</email></address>
581      </author>
582      <author initials="K." surname="Moore" fullname="Keith Moore">
583        <organization>University of Tennessee</organization>
584        <address><email>moore@cs.utk.edu</email></address>
585      </author>
586      <date year="1997" month="November"/>
587    </front>
588    <seriesInfo name="RFC" value="2231"/>
589  </reference>
590
591  <reference anchor="RFC2388">
592    <front>
593      <title abbrev="multipart/form-data">Returning Values from Forms: multipart/form-data</title>
594      <author initials="L." surname="Masinter" fullname="Larry Masinter">
595        <organization>Xerox Palo Alto Research Center</organization>
596        <address>
597          <email>masinter@parc.xerox.com</email>
598        </address>
599      </author>
600      <date year="1998" month="August"/>
601    </front>
602    <seriesInfo name="RFC" value="2388"/>
603  </reference>
604<!--
605  <reference anchor="RFC3629">
606    <front>
607      <title>UTF-8, a transformation format of ISO 10646</title>
608      <author initials="F." surname="Yergeau" fullname="F. Yergeau">
609        <organization>Alis Technologies</organization>
610        <address><email>fyergeau@alis.com</email></address>
611      </author>
612      <date month="November" year="2003"/>
613    </front>
614    <seriesInfo name="STD" value="63"/>
615    <seriesInfo name="RFC" value="3629"/>
616  </reference>-->
617
618  <reference anchor="RFC3864">
619    <front>
620      <title>Registration Procedures for Message Header Fields</title>
621      <author initials="G." surname="Klyne" fullname="G. Klyne">
622        <organization>Nine by Nine</organization>
623        <address><email>GK-IETF@ninebynine.org</email></address>
624      </author>
625      <author initials="M." surname="Nottingham" fullname="M. Nottingham">
626        <organization>BEA Systems</organization>
627        <address><email>mnot@pobox.com</email></address>
628      </author>
629      <author initials="J." surname="Mogul" fullname="J. Mogul">
630        <organization>HP Labs</organization>
631        <address><email>JeffMogul@acm.org</email></address>
632      </author>
633      <date year="2004" month="September"/>
634    </front>
635    <seriesInfo name="BCP" value="90"/>
636    <seriesInfo name="RFC" value="3864"/>
637  </reference>
638
639  <reference anchor="RFC3986">
640   <front>
641    <title abbrev="URI Generic Syntax">Uniform Resource Identifier (URI): Generic Syntax</title>
642    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
643      <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
644      <address>
645         <email>timbl@w3.org</email>
646         <uri>http://www.w3.org/People/Berners-Lee/</uri>
647      </address>
648    </author>
649    <author initials="R." surname="Fielding" fullname="Roy T. Fielding">
650      <organization abbrev="Day Software">Day Software</organization>
651      <address>
652        <email>fielding@gbiv.com</email>
653        <uri>http://roy.gbiv.com/</uri>
654      </address>
655    </author>
656    <author initials="L." surname="Masinter" fullname="Larry Masinter">
657      <organization abbrev="Adobe Systems">Adobe Systems Incorporated</organization>
658      <address>
659        <email>LMM@acm.org</email>
660        <uri>http://larry.masinter.net/</uri>
661      </address>
662    </author>
663    <date month="January" year="2005"/>
664   </front>
665   <seriesInfo name="STD" value="66"/>
666   <seriesInfo name="RFC" value="3986"/>
667  </reference>
668
669</references>
670
671<section title="Changes from the RFC 2616 Definition" anchor="changes.from.rfc2616">
672<t>
673  Compared to <xref target="RFC2616" x:fmt="of" x:sec="19.5.1"/>, the following
674  normative changes reflecting actual implementations have been made:
675<list style="symbols">
676  <t>
677    According to RFC 2616, the disposition type "attachment" only applies to
678    content of type "application/octet-stream". This restriction has been
679    removed, because recipients in practice do not check the content type, and
680    it also discourages properly declaring the media type.
681  </t>
682  <t>
683    RFC 2616 only allows "quoted-string" for the filename parameter. This
684    would be an exceptional parameter syntax, and also doesn't reflect actual
685    use.
686  </t>
687  <t>
688    The definition for the disposition type "inline" (<xref target="RFC2183" x:fmt="," x:sec="2.1"/>)
689    has been re-added with a suggestion for its processing.
690  </t>
691  <t>
692    This specification requires support for the extended parameter encoding
693    defined in <xref target="RFC5987"/>.
694  </t>
695</list>
696</t>
697</section>
698
699<section title="Differences compared to RFC 2183" anchor="diffs.compared.to.rfc2183">
700<t>
701  <xref target="RFC2183" x:fmt="of" x:sec="2"/> defines several additional
702  disposition parameters: "creation-date", "modification-date",
703  "quoted-date-time", and "size". The majority of user agents does not implement
704  these, thus they have been omitted from this specification.
705</t>
706</section>
707
708<section title="Alternative Approaches to Internationalization" anchor="alternatives">
709<t>
710  By default, HTTP header field parameters cannot carry characters outside
711  the ISO-8859-1 (<xref target="ISO-8859-1"/>) character encoding (see
712  <xref target="RFC2616" x:fmt="," x:sec="2.2"/>). For the "filename"
713  parameter, this of course is an unacceptable restriction.
714</t>
715<t>
716  Unfortunately, user agent implementers have not managed to come up with
717  an interoperable approach, although the IETF Standards Track specifies
718  exactly one solution (<xref target="RFC2231"/>, clarified and profiled for
719  HTTP in <xref target="RFC5987"/>).
720</t>
721<t>
722  For completeness, the sections below describe the various approaches that
723  have been tried, and explains how they are inferior to the RFC 5987
724  encoding used in this specification.
725</t>
726
727<section title="RFC 2047 Encoding" anchor="alternatives.rfc2047">
728<t>
729  RFC 2047 defines an encoding mechanism for
730  header fields, but this encoding is not supposed to be used for
731  header field parameters - see <xref target="RFC2047" x:fmt="of" x:sec="5"/>: 
732</t>
733<x:blockquote cite="http://tools.ietf.org/html/rfc2047#section-5">
734  <t>
735    An 'encoded-word' MUST NOT appear within a 'quoted-string'.
736  </t>
737  <t>
738    ...
739  </t>
740  <t>
741    An 'encoded-word' MUST NOT be used in parameter of a MIME Content-Type or Content-Disposition field, or in any structured field body except within a 'comment' or 'phrase'.
742  </t>
743</x:blockquote>
744<t>
745  In practice, some user agents implement the encoding, some do not
746  (exposing the encoded string to the user), and some get confused by it.
747</t>
748</section>
749
750<section title="Percent Encoding" anchor="alternatives.percent">
751<t>
752  Some user agents accept percent encoded (<xref target="RFC3986" x:fmt="," x:sec="2.1"/>)
753  sequences of characters. The character encoding being used for decoding
754  depends on various factors, including the encoding of the referring page,
755  the user agent's locale, its configuration, and also the actual value of
756  the parameter.
757</t>
758<t>
759  In practice, this is hard to use because those user agents that do not
760  support it will display the escaped character sequence to the user. For those
761  user agents that do implement this it is difficult to predict what character
762  encoding they actually expect.
763</t>
764</section>
765
766<section title="Encoding Sniffing" anchor="alternatives.sniff">
767<t>
768  Some user agents inspect the value (which defaults to ISO-8859-1 for the
769  quoted-string form) and switch to UTF-8 when it seems to be more likely to be
770  the correct interpretation.
771</t>
772<t>
773  As with the approaches above, this is not interoperable and furthermore
774  risks misinterpreting the actual value.
775</t>
776</section>
777
778<section title="Implementations (to be removed by RFC Editor before publication)" anchor="alternatives.implementations">
779<t>
780  Unfortunately, as of March 2011, neither the encoding defined in RFCs 2231
781  and 5987, nor any of the alternate approaches discussed above was
782  implemented interoperably. Thus, this specification recommends the approach
783  defined in RFC 5987, which at least has the advantage of actually being
784  specified properly.
785</t>
786<t>
787  The table below shows the implementation support for the various approaches:
788</t>
789<texttable align="left">
790  <ttcol>User Agent</ttcol>
791  <ttcol>RFC 2231/5987</ttcol>
792  <ttcol>RFC 2047</ttcol>
793  <ttcol>Percent Encoding</ttcol>
794  <ttcol>Encoding Sniffing</ttcol>
795 
796  <c>Chrome</c>
797  <c>yes</c>
798  <c>yes</c>
799  <c>yes</c>
800  <c>yes</c>
801
802  <c>Firefox</c>
803  <c>yes (*)</c>
804  <c>yes</c>
805  <c>no</c>
806  <c>yes</c>
807
808  <c>Internet Explorer</c>
809  <c>yes (**)</c>
810  <c>no</c>
811  <c>yes</c>
812  <c>no</c>
813
814  <c>Konqueror</c>
815  <c>yes</c>
816  <c>no</c>
817  <c>no</c>
818  <c>no</c>
819
820  <c>Opera</c>
821  <c>yes</c>
822  <c>no</c>
823  <c>no</c>
824  <c>no</c>
825
826  <c>Safari</c>
827  <c>no</c>
828  <c>no</c>
829  <c>no</c>
830  <c>yes</c>
831</texttable>
832
833<t>
834  (*) Does not implement the fallback behavior to "filename" described in
835  <xref target="disposition.parameter.filename"/>; a fix is planned for Firefox 5.
836</t>
837<t>
838  (**) Starting with IE9RC, but only implements UTF-8.
839</t>
840
841</section>
842
843</section>
844
845<section title="Advice on Generating Content-Disposition Header Fields" anchor="advice.generating">
846<t>
847  To successfully interoperate with existing and future user agents, senders of
848  the Content-Disposition header field are advised to:
849</t>
850<t>
851  <list style="symbols">
852    <t>Include a "filename" parameter when US-ASCII is sufficiently
853    expressive.</t>
854    <t>Use the 'token' form of the filename parameter only when it does not
855    contain disallowed characters (e.g., spaces); in such cases, the
856    quoted-string form should be used.</t>
857    <t>Avoid including the percent character followed by two hexadecimal
858    characters (e.g., %A9) in the filename parameter, since some existing
859    implementations consider it to be an escape character, while others will
860    pass it through unchanged.</t>
861    <t>Avoid including the "\" character in the quoted-string form of the
862    filename parameter, as escaping is not implemented by some user agents,
863    and can be considered as an illegal path character.</t>
864    <t>Avoid using non-ASCII characters in the filename parameter. Although
865    most existing implementations will decode them as ISO-8859-1, some
866    will apply heuristics to detect UTF-8, and thus might fail on certain names.</t>
867    <t>Include a "filename*" parameter where the desired filename cannot be
868    expressed faithfully using the "filename" form. Note that legacy user
869    agents will not process this, and will fall back to using the "filename"
870    parameter's content.
871    </t>
872    <t>When a "filename*" parameter is sent, to also generate a "filename"
873    parameter as a fallback for user agents that do not support the "filename*"
874    form, if possible. This can be done by substituting characters with
875    US-ASCII sequences (e.g., Unicode character point U+00E4 (LATIN SMALL
876    LETTER A WITH DIARESIS) by "ae"). Note that this may not be possible in
877    some locales.
878    </t>
879    <t>When a "filename" parameter is included as a fallback (as per above),
880    "filename" should occur first, due to parsing problems in some existing
881    implementations.
882    <cref anchor="fallbackbug" source="jre">
883    Firefox is known to pick the wrong parameter; a bug fix is scheduled for
884    Firefox 5.</cref>
885    </t>
886    <t>Use UTF-8 as the encoding of the "filename*" parameter, when present,
887    because at least one existing implementation only implements that encoding.</t>
888  </list>
889</t>
890<t>
891  Note that this advice is based upon UA behaviour at the time of writing, and
892  might be superseded. At the time of publication of this document,
893  <eref target="http://purl.org/NET/http/content-disposition-tests"/> provides
894  an overview of current levels of support in various implementations.
895</t>
896</section>
897
898<section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
899<t>
900  Note: the issues names in the change log entries for draft-reschke-rfc2183-in-http
901  refer to <eref target="http://greenbytes.de/tech/webdav/draft-reschke-rfc2183-in-http-issues.html"/>.
902</t>
903
904<section title="Since draft-reschke-rfc2183-in-http-00">
905<t> 
906  Adjust terminology ("header" -&gt; "header field").
907  Update rfc2231-in-http reference.
908</t>
909</section>
910
911<section title="Since draft-reschke-rfc2183-in-http-01">
912<t> 
913  Update rfc2231-in-http reference. Actually define the "filename"
914  parameter. Add internationalization considerations.
915  Add examples using the RFC 5987 encoding.
916  Add overview over other approaches, plus a table reporting
917  implementation status.
918  Add and resolve issue "nodep2183".
919  Add issues "asciivsiso",
920  "deplboth", "quoted", and "registry".
921</t>
922</section>
923
924<section title="Since draft-reschke-rfc2183-in-http-02">
925<t>
926  Add and close issue "docfallback".
927  Close issues "asciivsiso", "deplboth", "quoted", and
928  "registry".
929</t>
930</section>
931
932<section title="Since draft-reschke-rfc2183-in-http-03">
933<t>
934  Updated to be a Working Draft of the IETF HTTPbis Working Group.
935</t>
936</section>
937
938<section title="Since draft-ietf-httpbis-content-disp-00" anchor="changes.since.00">
939<t>
940  Closed issues:
941  <list style="symbols">
942    <t>
943      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/242"/>:
944      "handling of unknown disposition types"
945    </t>
946  </list>
947</t>
948<t>
949  Slightly updated the notes about the proposed fallback behavior.
950</t>
951</section>
952
953<section title="Since draft-ietf-httpbis-content-disp-01" anchor="changes.since.01">
954<t>
955  Various editorial improvements.
956</t>
957</section>
958
959<section title="Since draft-ietf-httpbis-content-disp-02" anchor="changes.since.02">
960<t>
961  Closed issues:
962  <list style="symbols">
963    <t>
964      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/244"/>:
965      "state that repeating parameters are invalid"
966    </t>
967    <t>
968      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/245"/>:
969      "warn about %xx in filenames being misinterpreted"
970    </t>
971    <t>
972      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/246"/>:
973      "mention control chars when talking about postprecessing the filename parameter"
974    </t>
975  </list>
976</t>
977<t>
978  Update <xref target="alternatives.implementations"/>; Opera 10.63 RC
979  implements the recommended fallback behavior.
980</t>
981</section>
982
983<section title="Since draft-ietf-httpbis-content-disp-03" anchor="changes.since.03">
984<t>
985  Closed issues:
986  <list style="symbols">
987    <t>
988      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/252"/>:
989      "'modification-date' *is* implemented in Konq 4.5"
990    </t>
991    <t>
992      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/253"/>:
993      "clarify what LWS means for the Content-Disp grammar"
994    </t>
995    <t>
996      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/258"/>:
997      "Avoid passive voice in message requirements"
998    </t>
999    <t>
1000      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/263"/>:
1001      "text about historical percent-decoding unclear"
1002    </t>
1003    <t>
1004      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/264"/>:
1005      "add explanation of language tagging"
1006    </t>
1007    <t>
1008      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/265"/>:
1009      "Clarify that C-D spec does not apply to multipart upload"
1010    </t>
1011  </list>
1012</t>
1013</section>
1014
1015<section title="Since draft-ietf-httpbis-content-disp-04" anchor="changes.since.04">
1016<t>
1017  Updated implementation information (Chrome 9 implements RFC 5987, IE 9 RC implements
1018  it for UTF-8 only).
1019</t>
1020<t>
1021  Clarify who requirements are on, add a section discussing conformance
1022  and handling of invalid field values in general.
1023</t>
1024<t>
1025  Closed issues:
1026  <list style="symbols">
1027     <t>
1028      <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/243"/>:
1029      "avoid stating ISO-8859-1 default for header param" (the default
1030      is still mentioned, but it was clarified what it applies to).
1031    </t>
1032   <t>
1033      <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/272"/>:
1034      "Path Separator Characters"
1035    </t>
1036  </list>
1037</t>
1038</section>
1039
1040<section title="Since draft-ietf-httpbis-content-disp-05" anchor="changes.since.05">
1041<t>
1042  Editorial changes:
1043  Fixed two typos where the new Conformance section said "Content-Location" instead
1044  of "Content-Disposition". Cleaned up terminology ("user agent", "recipient",
1045  "sender", "message body", ...). Stated what the escape character for quoted-string
1046  is. Explained a use case for "inline" disposition type. Updated implementation
1047  notes with respect to the fallback behavior.
1048</t>
1049<t>
1050  Added appendix "Advice on Generating Content-Disposition Header Fields".
1051</t>
1052</section>
1053
1054<section title="Since draft-ietf-httpbis-content-disp-06" anchor="changes.since.06">
1055<t>
1056  Closed issues:
1057  <list style="symbols">
1058     <t>
1059      <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/278"/>:
1060      "conformance language"
1061    </t>
1062  </list>
1063</t>
1064</section>
1065
1066<section title="Since draft-ietf-httpbis-content-disp-07" anchor="changes.since.07">
1067<t>
1068  Rephrase the requirement about well-known file system locations, and also
1069  clarify that by "last path segment" we mean the actual filename.
1070  Added a forward reference from "invalid" to the section that defines a valid
1071  header field.
1072</t>
1073</section>
1074
1075<section title="Since draft-ietf-httpbis-content-disp-08" anchor="changes.since.08">
1076<t>
1077  None yet.
1078</t>
1079</section>
1080
1081</section>
1082
1083
1084  </back>
1085
1086</rfc>
Note: See TracBrowser for help on using the repository browser.