Changeset 1301
- Timestamp:
- 27/05/11 10:56:52 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1288 r1301 359 359 } 360 360 @bottom-center { 361 content: "Expires November 2 6, 2011";361 content: "Expires November 28, 2011"; 362 362 } 363 363 @bottom-right { … … 409 409 <meta name="dct.creator" content="Reschke, J. F."> 410 410 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 411 <meta name="dct.issued" scheme="ISO8601" content="2011-05-2 5">411 <meta name="dct.issued" scheme="ISO8601" content="2011-05-27"> 412 412 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 413 413 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request header fields, response status codes, and response header fields."> … … 440 440 </tr> 441 441 <tr> 442 <td class="left">Expires: November 2 6, 2011</td>442 <td class="left">Expires: November 28, 2011</td> 443 443 <td class="right">HP</td> 444 444 </tr> … … 493 493 <tr> 494 494 <td class="left"></td> 495 <td class="right">May 2 5, 2011</td>495 <td class="right">May 27, 2011</td> 496 496 </tr> 497 497 </tbody> … … 522 522 in progress”. 523 523 </p> 524 <p>This Internet-Draft will expire on November 2 6, 2011.</p>524 <p>This Internet-Draft will expire on November 28, 2011.</p> 525 525 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 526 526 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1777 1777 <div id="rfc.iref.s.22"></div> 1778 1778 <h3 id="rfc.section.8.4.4"><a href="#rfc.section.8.4.4">8.4.4</a> <a id="status.403" href="#status.403">403 Forbidden</a></h3> 1779 <p id="rfc.section.8.4.4.p.1">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request <em class="bcp14">SHOULD NOT</em> be repeated. 1779 <p id="rfc.section.8.4.4.p.1">The server understood the request, but refuses to authorize it. Providing different user authentication credentials might 1780 be successful, but any credentials that were provided in the request are insufficient. The request <em class="bcp14">SHOULD NOT</em> be repeated with the same credentials. 1780 1781 </p> 1781 1782 <p id="rfc.section.8.4.4.p.2">If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it <em class="bcp14">SHOULD</em> describe the reason for the refusal in the representation. If the server does not wish to make this information available 1782 to the client, the status code 404 (Not Found) canbe used instead.1783 to the client, the status code 404 (Not Found) <em class="bcp14">MAY</em> be used instead. 1783 1784 </p> 1784 1785 <div id="rfc.iref.43"></div> … … 3043 3044 </ul> 3044 3045 <h2 id="rfc.section.C.16"><a href="#rfc.section.C.16">C.16</a> <a id="changes.since.14" href="#changes.since.14">Since draft-ietf-httpbis-p2-semantics-14</a></h2> 3045 <p id="rfc.section.C.16.p.1">None yet.</p> 3046 <p id="rfc.section.C.16.p.1">Closed issues: </p> 3047 <ul> 3048 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/294">http://tools.ietf.org/wg/httpbis/trac/ticket/294</a>>: "clarify 403 forbidden" 3049 </li> 3050 </ul> 3046 3051 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 3047 3052 <p class="noprint"><a href="#rfc.index.1">1</a> <a href="#rfc.index.2">2</a> <a href="#rfc.index.3">3</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.5">5</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.F">F</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.L">L</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1288 r1301 1770 1770 <iref primary="true" item="Status Codes" subitem="403 Forbidden" x:for-anchor=""/> 1771 1771 <t> 1772 The server understood the request, but is refusing to fulfill it. 1773 Authorization will not help and the request &SHOULD-NOT; be repeated. 1772 The server understood the request, but refuses to authorize it. Providing 1773 different user authentication credentials might be successful, but any 1774 credentials that were provided in the request are insufficient. The request 1775 &SHOULD-NOT; be repeated with the same credentials. 1774 1776 </t> 1775 1777 <t> … … 1778 1780 reason for the refusal in the representation. If the server does not wish to 1779 1781 make this information available to the client, the status code 404 1780 (Not Found) canbe used instead.1782 (Not Found) &MAY; be used instead. 1781 1783 </t> 1782 1784 </section> … … 4121 4123 <section title="Since draft-ietf-httpbis-p2-semantics-14" anchor="changes.since.14"> 4122 4124 <t> 4123 None yet. 4124 </t> 4125 </section> 4126 4125 Closed issues: 4126 <list style="symbols"> 4127 <t> 4128 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/294"/>: 4129 "clarify 403 forbidden" 4130 </t> 4131 </list> 4132 </t> 4133 </section> 4127 4134 </section> 4128 4135
Note: See TracChangeset
for help on using the changeset viewer.