Changeset 1096
- Timestamp:
- 04/12/10 09:25:06 (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
r1095 r1096 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-12-0 1">406 <meta name="dct.issued" scheme="ISO8601" content="2010-12-04"> 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">December 1, 2010</td>424 <td class="right">December 4, 2010</td> 425 425 </tr> 426 426 <tr> … … 429 429 </tr> 430 430 <tr> 431 <td class="left">Expires: June 4, 2011</td>431 <td class="left">Expires: June 7, 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 June 4, 2011.</p>460 <p>This Internet-Draft will expire on June 7, 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> … … 607 607 <ul> 608 608 <li> 609 <p>When the value contains path separator characters, all but the last segment <em class="bcp14">SHOULD</em> be ignored. This prevents unintentional overwriting of well-known file system location (such as "/etc/passwd"). 609 <p>When the value contains path separator characters, recipients <em class="bcp14">SHOULD</em> ignore all but the last path segment. This prevents unintentional overwriting of well-known file system location (such as 610 "/etc/passwd"). 610 611 </p> 611 612 </li> … … 633 634 </div> 634 635 <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> 635 <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>).636 <p id="rfc.section.3.4.p.1">To enable future extensions, recipients <em class="bcp14">SHOULD</em> ignore unrecognized parameters (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>). 636 637 </p> 637 638 <h2 id="rfc.section.3.5"><a href="#rfc.section.3.5">3.5</a> <a id="extensibility" href="#extensibility">Extensibility</a></h2> … … 944 945 </ul> 945 946 <h2 id="rfc.section.D.9"><a href="#rfc.section.D.9">D.9</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-content-disp-04</a></h2> 946 <p id="rfc.section.D.9.p.1">No neyet.</p>947 <p id="rfc.section.D.9.p.1">No non-editorial changes yet.</p> 947 948 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 948 949 <p class="noprint"><a href="#rfc.index.C">C</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.R">R</a> -
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1095 r1096 228 228 <list style="symbols"> 229 229 <x:lt><t> 230 When the value contains path separator characters, all but the last231 segment &SHOULD; be ignored. This prevents unintentional overwriting232 o f well-known file system location (such as "/etc/passwd").230 When the value contains path separator characters, recipients &SHOULD; 231 ignore all but the last path segment. This prevents unintentional 232 overwriting of well-known file system location (such as "/etc/passwd"). 233 233 </t></x:lt> 234 234 <x:lt><t> … … 266 266 <section title="Disposition Parameter: Extensions" anchor="disposition.parameter.extensions"> 267 267 <t> 268 To enable future extensions, unknown parameters &SHOULD; be ignored (see also <xref target="RFC2183" x:fmt="," x:sec="2.8"/>). 268 To enable future extensions, recipients &SHOULD; ignore unrecognized 269 parameters (see also <xref target="RFC2183" x:fmt="," x:sec="2.8"/>). 269 270 </t> 270 271 </section> … … 926 927 <section title="Since draft-ietf-httpbis-content-disp-04" anchor="changes.since.04"> 927 928 <t> 928 No neyet.929 No non-editorial changes yet. 929 930 </t> 930 931 </section>
Note: See TracChangeset
for help on using the changeset viewer.