Changeset 1534 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 08/02/12 08:25:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1526 r1534 1695 1695 </t> 1696 1696 <t> 1697 Note that for methods not known to be "safe", as defined in <xref target="safe.methods"/>, 1698 automatic redirection needs to done with care, since the redirect might 1699 change the conditions under which the request was issued. 1700 </t> 1701 <t> 1697 1702 Clients &SHOULD; detect and intervene in cyclical redirections (i.e., 1698 1703 "infinite" redirection loops). … … 1758 1763 hyperlink to the new URI(s). 1759 1764 </t> 1760 <t>1761 If the 301 status code is received in response to a request method1762 that is known to be "safe", as defined in <xref target="safe.methods"/>,1763 then the request &MAY; be automatically redirected by the user agent without1764 confirmation. Otherwise, the user agent &MUST-NOT; automatically redirect the1765 request unless it can be confirmed by the user, since this might1766 change the conditions under which the request was issued.1767 </t>1768 1765 <x:note> 1769 1766 <t> … … 1788 1785 response. A response payload can contain a short hypertext note with a 1789 1786 hyperlink to the new URI(s). 1790 </t>1791 <t>1792 If the 302 status code is received in response to a request method1793 that is known to be "safe", as defined in <xref target="safe.methods"/>,1794 then the request &MAY; be automatically redirected by the user agent without1795 confirmation. Otherwise, the user agent &MUST-NOT; automatically redirect the1796 request unless it can be confirmed by the user, since this might1797 change the conditions under which the request was issued.1798 1787 </t> 1799 1788 <x:note> … … 1879 1868 response. A response payload can contain a short hypertext note with a 1880 1869 hyperlink to the new URI(s). 1881 </t>1882 <t>1883 If the 307 status code is received in response to a request method1884 that is known to be "safe", as defined in <xref target="safe.methods"/>,1885 then the request &MAY; be automatically redirected by the user agent without1886 confirmation. Otherwise, the user agent &MUST-NOT; automatically redirect the1887 request unless it can be confirmed by the user, since this might1888 change the conditions under which the request was issued.1889 1870 </t> 1890 1871 <x:note> … … 3898 3879 </t> 3899 3880 <t> 3900 Removed the normative requirements on response payloads for status codes3901 301, 302, and 307.3881 Status codes 301, 302, and 307: removed the normative requirements on both 3882 response payloads and user interaction. 3902 3883 (<xref target="status.3xx"/>) 3903 3884 </t> … … 4673 4654 <list style="symbols"> 4674 4655 <t> 4656 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/238"/>: 4657 "Requirements for user intervention during redirects" 4658 </t> 4659 <t> 4675 4660 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/302"/>: 4676 4661 "Misplaced text on connection handling in p2"
Note: See TracChangeset
for help on using the changeset viewer.