Changeset 2023 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 29/11/12 04:28:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r2013 r2023 5678 5678 </t> 5679 5679 <t> 5680 The "<x:ref>Max-Forwards</x:ref>" header field is now restricted to the 5680 The requirements upon and semantics of CONNECT request and response bodies 5681 have been clarified. 5682 (<xref target="CONNECT"/>) 5683 </t> 5684 <t> 5685 The <x:ref>OPTIONS</x:ref> and <x:ref>TRACE</x:ref> request methods are 5686 now defined as being safe. 5687 (<xref target="OPTIONS"/> and <xref target="TRACE"/>) 5688 </t> 5689 <t> 5690 The <x:ref>Max-Forwards</x:ref> header field is now restricted to the 5681 5691 OPTIONS and TRACE methods (previously, extension methods could have used it 5682 5692 as well). … … 5696 5706 </t> 5697 5707 <t> 5698 "<x:ref>Referer</x:ref>" can now hoave a field value of "about:blank" as an5699 alternative to not sending a Referer header field.5708 The <x:ref>Referer</x:ref> header field can now have a value of 5709 "about:blank" as an alternative to not sending a Referer header field. 5700 5710 (<xref target="header.referer"/>) 5711 </t> 5712 <t> 5713 The <x:ref>201 (Created)</x:ref> status code can indicate that more than 5714 one resource has been created (as well as just one). 5701 5715 </t> 5702 5716 <t> … … 5716 5730 based upon the request method semantics. 5717 5731 (<xref target="status.3xx"/>) 5732 </t> 5733 <t> 5734 The syntax of the <x:ref>Location</x:ref> header field has been corrected 5735 to allow URI references (including relative references and fragments), along 5736 with some clarifications as to when use of fragments would not be 5737 appropriate. 5738 (<xref target="header.location"/>) 5739 </t> 5740 <t> 5741 The 303 (See Other) status code is now cacheable, if explicit freshness 5742 information is available. 5743 (<xref target="status.303" />) 5718 5744 </t> 5719 5745 <t> … … 5733 5759 </t> 5734 5760 <t> 5761 The <x:ref>400 (Bad Request)</x:ref> status code has been made more generic; 5762 it isn't limited to syntax errors. 5763 (<xref target="status.400"/>) 5764 </t> 5765 <t> 5766 The <x:ref>403 (Forbidden)</x:ref> status code has been clarified, 5767 especially with regards to authentication. 5768 (<xref target="status.403"/>) 5769 </t> 5770 <t> 5735 5771 The <x:ref>426 (Upgrade Required)</x:ref> status code has been incorporated 5736 5772 from <xref target="RFC2817"/>. 5737 5773 (<xref target="status.426"/>) 5738 </t>5739 <t>5740 The syntax of the <x:ref>Location</x:ref> header field has been corrected5741 to allow URI references (including relative references and fragments), along5742 with some clarifications as to when use of fragments would not be5743 appropriate.5744 (<xref target="header.location"/>)5745 5774 </t> 5746 5775 <t>
Note: See TracChangeset
for help on using the changeset viewer.