Changeset 2386 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 13/09/13 12:35:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2380 r2386 4251 4251 and the undesirable effect of potentially breaking relative links in content-negotiated resources. (<a href="#header.content-location" id="rfc.xref.header.content-location.5" title="Content-Location">Section 3.1.4.2</a>) 4252 4252 </p> 4253 <p id="rfc.section.B.p.6">To be consistent with the method-neutral parsing algorithm of <a href="#Part1" id="rfc.xref.Part1.49"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[Part1]</cite></a>, the definition of GET has been relaxed so that requests can have a body, even though a body has no meaning for GET (<a href="#GET" id="rfc.xref.GET.5" title="GET">Section 4.3.1</a>).4254 </p> 4255 <p id="rfc.section.B.p.7">Servers are no longer required to handle all Content-* header fields and use of <a href="p5-range.html#header.content-range" class="smpl">Content-Range</a> has been explicitly banned in PUT requests (<a href="#PUT" id="rfc.xref.PUT.4" title="PUT">Section 4.3.4</a>).4253 <p id="rfc.section.B.p.6">To be consistent with the method-neutral parsing algorithm of <a href="#Part1" id="rfc.xref.Part1.49"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[Part1]</cite></a>, the definition of GET has been relaxed so that requests can have a body, even though a body has no meaning for GET. (<a href="#GET" id="rfc.xref.GET.5" title="GET">Section 4.3.1</a>) 4254 </p> 4255 <p id="rfc.section.B.p.7">Servers are no longer required to handle all Content-* header fields and use of <a href="p5-range.html#header.content-range" class="smpl">Content-Range</a> has been explicitly banned in PUT requests. (<a href="#PUT" id="rfc.xref.PUT.4" title="PUT">Section 4.3.4</a>) 4256 4256 </p> 4257 4257 <p id="rfc.section.B.p.8">Definition of the CONNECT method has been moved from <a href="#RFC2817" id="rfc.xref.RFC2817.2"><cite title="Upgrading to TLS Within HTTP/1.1">[RFC2817]</cite></a> to this specification. (<a href="#CONNECT" id="rfc.xref.CONNECT.3" title="CONNECT">Section 4.3.6</a>) … … 4259 4259 <p id="rfc.section.B.p.9">The <a href="#OPTIONS" class="smpl">OPTIONS</a> and <a href="#TRACE" class="smpl">TRACE</a> request methods have been defined as being safe. (<a href="#OPTIONS" id="rfc.xref.OPTIONS.4" title="OPTIONS">Section 4.3.7</a> and <a href="#TRACE" id="rfc.xref.TRACE.4" title="TRACE">Section 4.3.8</a>) 4260 4260 </p> 4261 <p id="rfc.section.B.p.10">The definition of the <a href="#header.expect" class="smpl">Expect</a> header field has been fixed to allow parameters for value-less expectations and simplified to allow trailing semicolons. (<a href="#header.expect" id="rfc.xref.header.expect.5" title="Expect">Section 5.1.1</a>)4261 <p id="rfc.section.B.p.10">The <a href="#header.expect" class="smpl">Expect</a> header field's extension mechanism has been removed due to widely-deployed broken implementations. (<a href="#header.expect" id="rfc.xref.header.expect.5" title="Expect">Section 5.1.1</a>) 4262 4262 </p> 4263 4263 <p id="rfc.section.B.p.11">The <a href="#header.max-forwards" class="smpl">Max-Forwards</a> header field has been restricted to the <a href="#OPTIONS" class="smpl">OPTIONS</a> and <a href="#TRACE" class="smpl">TRACE</a> methods; previously, extension methods could have used it as well. (<a href="#header.max-forwards" id="rfc.xref.header.max-forwards.5" title="Max-Forwards">Section 5.1.2</a>) … … 4518 4518 </li> 4519 4519 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/452">http://tools.ietf.org/wg/httpbis/trac/ticket/452</a>>: "Content-Length in HEAD responses" 4520 </li> 4521 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/458">http://tools.ietf.org/wg/httpbis/trac/ticket/458</a>>: "Requirements upon proxies for Expect" 4522 </li> 4523 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/468">http://tools.ietf.org/wg/httpbis/trac/ticket/468</a>>: "Expectation Extensions" 4520 4524 </li> 4521 4525 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/470">http://tools.ietf.org/wg/httpbis/trac/ticket/470</a>>: "What is 'Cacheable'?"
Note: See TracChangeset
for help on using the changeset viewer.