Changeset 2196 for draft-ietf-httpbis
- Timestamp:
- 03/03/13 14:29:49 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2195 r2196 449 449 } 450 450 @bottom-center { 451 content: "Expires September 2, 2013";451 content: "Expires September 4, 2013"; 452 452 } 453 453 @bottom-right { … … 494 494 <meta name="dct.creator" content="Reschke, J. F."> 495 495 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2013-03-0 1">496 <meta name="dct.issued" scheme="ISO8601" content="2013-03-03"> 497 497 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 498 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 522 522 <tr> 523 523 <td class="left">Intended status: Standards Track</td> 524 <td class="right">March 1, 2013</td>524 <td class="right">March 3, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: September 2, 2013</td>527 <td class="left">Expires: September 4, 2013</td> 528 528 <td class="right"></td> 529 529 </tr> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on September 2, 2013.</p>555 <p>This Internet-Draft will expire on September 4, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 3321 3321 if the response they occur in has explicit freshness information; however, status codes that are defined as being cacheable 3322 3322 are allowed to be cached without explicit freshness information. Likewise, the definition of a status code can place constraints 3323 upon cache behavio ur. See <a href="#Part6" id="rfc.xref.Part6.28"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a> for more information.3323 upon cache behavior. See <a href="#Part6" id="rfc.xref.Part6.28"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Caching">[Part6]</cite></a> for more information. 3324 3324 </p> 3325 3325 <p id="rfc.section.8.2.2.p.6">Finally, the definition of a new status code ought to indicate whether the payload has any implied association with an identified … … 3855 3855 <h2 id="rfc.section.9.1"><a href="#rfc.section.9.1">9.1</a> <a id="attack.pathname" href="#attack.pathname">Attacks Based On File and Path Names</a></h2> 3856 3856 <p id="rfc.section.9.1.p.1">Origin servers frequently make use of their local file system to manage the mapping from effective request URI to resource 3857 representations. Implement ors need to be aware that most file systems are not designed to protect against malicious file or3857 representations. Implementers need to be aware that most file systems are not designed to protect against malicious file or 3858 3858 path names, and thus depend on the origin server to avoid mapping to file names, folders, or directories that have special 3859 3859 significance to the system. -
draft-ietf-httpbis/latest/p2-semantics.xml
r2195 r2196 4342 4342 defined as being cacheable are allowed to be cached without explicit 4343 4343 freshness information. Likewise, the definition of a status code can place 4344 constraints upon cache behavio ur. See &caching; for more information.4344 constraints upon cache behavior. See &caching; for more information. 4345 4345 </t> 4346 4346 <t> … … 4872 4872 Origin servers frequently make use of their local file system to manage the 4873 4873 mapping from effective request URI to resource representations. 4874 Implement ors need to be aware that most file systems are not designed to4874 Implementers need to be aware that most file systems are not designed to 4875 4875 protect against malicious file or path names, and thus depend on the 4876 4876 origin server to avoid mapping to file names, folders, or directories that -
draft-ietf-httpbis/latest/p5-range.html
r2195 r2196 449 449 } 450 450 @bottom-center { 451 content: "Expires September 2, 2013";451 content: "Expires September 4, 2013"; 452 452 } 453 453 @bottom-right { … … 492 492 <meta name="dct.creator" content="Reschke, J. F."> 493 493 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 494 <meta name="dct.issued" scheme="ISO8601" content="2013-03-0 1">494 <meta name="dct.issued" scheme="ISO8601" content="2013-03-03"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 496 496 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines range requests and the rules for constructing and combining responses to those requests."> … … 518 518 </tr> 519 519 <tr> 520 <td class="left">Expires: September 2, 2013</td>520 <td class="left">Expires: September 4, 2013</td> 521 521 <td class="right">J. Reschke, Editor</td> 522 522 </tr> … … 527 527 <tr> 528 528 <td class="left"></td> 529 <td class="right">March 1, 2013</td>529 <td class="right">March 3, 2013</td> 530 530 </tr> 531 531 </tbody> … … 552 552 in progress”. 553 553 </p> 554 <p>This Internet-Draft will expire on September 2, 2013.</p>554 <p>This Internet-Draft will expire on September 4, 2013.</p> 555 555 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 556 556 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 791 791 <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a> <a id="status.206" href="#status.206">206 Partial Content</a></h2> 792 792 <p id="rfc.section.4.1.p.1">The <dfn>206 (Partial Content)</dfn> status code indicates that the server is successfully fulfilling a range request for the target resource by transferring one 793 or more parts of the selected representation that correspond to the satisfiable ranges found in the request s's <a href="#header.range" class="smpl">Range</a> header field (<a href="#header.range" id="rfc.xref.header.range.2" title="Range">Section 3.1</a>).793 or more parts of the selected representation that correspond to the satisfiable ranges found in the request's <a href="#header.range" class="smpl">Range</a> header field (<a href="#header.range" id="rfc.xref.header.range.2" title="Range">Section 3.1</a>). 794 794 </p> 795 795 <p id="rfc.section.4.1.p.2">If a single part is being transferred, the server generating the 206 response <em class="bcp14">MUST</em> generate a <a href="#header.content-range" class="smpl">Content-Range</a> header field, describing what range of the selected representation is enclosed, and a payload consisting of the range. For -
draft-ietf-httpbis/latest/p5-range.xml
r2195 r2196 508 508 server is successfully fulfilling a range request for the target resource 509 509 by transferring one or more parts of the selected representation that 510 correspond to the satisfiable ranges found in the request s's510 correspond to the satisfiable ranges found in the request's 511 511 <x:ref>Range</x:ref> header field (<xref target="header.range"/>). 512 512 </t>
Note: See TracChangeset
for help on using the changeset viewer.