Changeset 1046 for draft-ietf-httpbis-content-disp
- Timestamp:
- 22/10/10 08:47:13 (12 years ago)
- Location:
- draft-ietf-httpbis-content-disp/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.html
r1041 r1046 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-content-disp-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2010-10-2 1">406 <meta name="dct.issued" scheme="ISO8601" content="2010-10-22"> 407 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."> 408 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."> … … 422 422 <td class="left">Updates: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 423 423 </td> 424 <td class="right">October 2 1, 2010</td>424 <td class="right">October 22, 2010</td> 425 425 </tr> 426 426 <tr> … … 429 429 </tr> 430 430 <tr> 431 <td class="left">Expires: April 2 4, 2011</td>431 <td class="left">Expires: April 25, 2011</td> 432 432 <td class="right"></td> 433 433 </tr> … … 458 458 in progress”. 459 459 </p> 460 <p>This Internet-Draft will expire on April 2 4, 2011.</p>460 <p>This Internet-Draft will expire on April 25, 2011.</p> 461 461 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 462 462 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 614 614 <div class="note" id="rfc.section.3.3.p.6"> 615 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.616 erroneously try to perform unescaping of "percent" escapes (see <a href="#alternatives.percent" title="Percent Encoding">Appendix C.2</a>), and thus might misinterpret filenames containing the percent character followed by two hex digits. 617 617 </p> 618 618 </div> -
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1041 r1046 238 238 when using the quoted-string form. Furthermore, some user agents 239 239 erroneously try to perform unescaping of "percent" escapes (see 240 <xref target="alternatives.percent"/>), an thus might misinterpret filenames241 containing the percent character followed by two hex digits.240 <xref target="alternatives.percent"/>), and thus might misinterpret 241 filenames containing the percent character followed by two hex digits. 242 242 </t> 243 243 </x:note>
Note: See TracChangeset
for help on using the changeset viewer.