- Timestamp:
- Oct 21, 2010, 5:01:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.html
r1025 r1041 38 38 cite { 39 39 font-style: normal; 40 } 41 div.note { 42 margin-left: 2em; 40 43 } 41 44 dd { … … 401 404 <meta name="dct.creator" content="Reschke, J. F."> 402 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-content-disp-latest"> 403 <meta name="dct.issued" scheme="ISO8601" content="2010-10- 05">406 <meta name="dct.issued" scheme="ISO8601" content="2010-10-21"> 404 407 <meta name="dct.abstract" content="HTTP/1.1 defines the Content-Disposition response header field, but points out that it is not part of the HTTP/1.1 Standard. This specification takes over the definition and registration of Content-Disposition, as used in HTTP, and clarifies internationalization aspects."> 405 408 <meta name="description" content="HTTP/1.1 defines the Content-Disposition response header field, but points out that it is not part of the HTTP/1.1 Standard. This specification takes over the definition and registration of Content-Disposition, as used in HTTP, and clarifies internationalization aspects."> … … 419 422 <td class="left">Updates: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 420 423 </td> 421 <td class="right">October 5, 2010</td>424 <td class="right">October 21, 2010</td> 422 425 </tr> 423 426 <tr> … … 426 429 </tr> 427 430 <tr> 428 <td class="left">Expires: April 8, 2011</td>431 <td class="left">Expires: April 24, 2011</td> 429 432 <td class="right"></td> 430 433 </tr> … … 455 458 in progress”. 456 459 </p> 457 <p>This Internet-Draft will expire on April 8, 2011.</p>460 <p>This Internet-Draft will expire on April 24, 2011.</p> 458 461 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 459 462 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 609 612 </li> 610 613 </ul> 614 <div class="note" id="rfc.section.3.3.p.6"> 615 <p> <b>Note:</b> Many user agents do not properly handle escape characters when using the quoted-string form. Furthermore, some user agents 616 erroneously try to perform unescaping of "percent" escapes (see <a href="#alternatives.percent" title="Percent Encoding">Appendix C.2</a>), an thus might misinterpret filenames containing the percent character followed by two hex digits. 617 </p> 618 </div> 611 619 <h2 id="rfc.section.3.4"><a href="#rfc.section.3.4">3.4</a> <a id="disposition.parameter.extensions" href="#disposition.parameter.extensions">Disposition Parameter: Extensions</a></h2> 612 620 <p id="rfc.section.3.4.p.1">To enable future extensions, unknown parameters <em class="bcp14">SHOULD</em> be ignored (see also <a href="#RFC2183" id="rfc.xref.RFC2183.3"><cite title="Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field">[RFC2183]</cite></a>, <a href="http://tools.ietf.org/html/rfc2183#section-2.8">Section 2.8</a>). … … 900 908 <ul> 901 909 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/244">http://tools.ietf.org/wg/httpbis/trac/ticket/244</a>>: "state that repeating parameters are invalid" 910 </li> 911 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/245">http://tools.ietf.org/wg/httpbis/trac/ticket/245</a>>: "warn about %xx in filenames being misinterpreted" 902 912 </li> 903 913 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/246">http://tools.ietf.org/wg/httpbis/trac/ticket/246</a>>: "mention control chars when talking about postprecessing the filename parameter"
Note: See TracChangeset
for help on using the changeset viewer.