Changeset 1116 for draft-ietf-httpbis-content-disp
- Timestamp:
- 11/02/11 17:16:05 (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
r1115 r1116 365 365 } 366 366 @bottom-center { 367 content: "Expires August 1 4, 2011";367 content: "Expires August 15, 2011"; 368 368 } 369 369 @bottom-right { … … 405 405 <meta name="dct.creator" content="Reschke, J. F."> 406 406 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-content-disp-latest"> 407 <meta name="dct.issued" scheme="ISO8601" content="2011-02-1 0">407 <meta name="dct.issued" scheme="ISO8601" content="2011-02-11"> 408 408 <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."> 409 409 <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."> … … 423 423 <td class="left">Updates: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 424 424 </td> 425 <td class="right">February 1 0, 2011</td>425 <td class="right">February 11, 2011</td> 426 426 </tr> 427 427 <tr> … … 430 430 </tr> 431 431 <tr> 432 <td class="left">Expires: August 1 4, 2011</td>432 <td class="left">Expires: August 15, 2011</td> 433 433 <td class="right"></td> 434 434 </tr> … … 459 459 in progress”. 460 460 </p> 461 <p>This Internet-Draft will expire on August 1 4, 2011.</p>461 <p>This Internet-Draft will expire on August 15, 2011.</p> 462 462 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 463 463 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 620 620 <ul> 621 621 <li> 622 <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 as622 <p>When the value contains path separator characters ("\" or "/"), recipients <em class="bcp14">SHOULD</em> ignore all but the last path segment. This prevents unintentional overwriting of well-known file system locations (such as 623 623 "/etc/passwd"). 624 624 </p> … … 959 959 <p id="rfc.section.D.9.p.1">Updated implementation information (Chrome 9 implements RFC 5987).</p> 960 960 <p id="rfc.section.D.9.p.2">Clarify who requirements are on, add a section discussing conformance and handling of invalid field values in general.</p> 961 <p id="rfc.section.D.9.p.3">Closed issues: </p> 962 <ul> 963 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/272">http://tools.ietf.org/wg/httpbis/trac/ticket/272</a>>: "Path Separator Characters" 964 </li> 965 </ul> 961 966 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 962 967 <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
r1115 r1116 250 250 <list style="symbols"> 251 251 <x:lt><t> 252 When the value contains path separator characters, recipients &SHOULD; 253 ignore all but the last path segment. This prevents unintentional 254 overwriting of well-known file system location (such as "/etc/passwd"). 252 When the value contains path separator characters ("\" or "/"), 253 recipients &SHOULD; ignore all but the last path segment. This prevents 254 unintentional overwriting of well-known file system locations (such as 255 "/etc/passwd"). 255 256 </t></x:lt> 256 257 <x:lt><t> … … 952 953 and handling of invalid field values in general. 953 954 </t> 955 <t> 956 Closed issues: 957 <list style="symbols"> 958 <t> 959 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/272"/>: 960 "Path Separator Characters" 961 </t> 962 </list> 963 </t> 954 964 </section> 955 965
Note: See TracChangeset
for help on using the changeset viewer.