Changeset 2316
- Timestamp:
- 28/07/13 09:53:00 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2310 r2316 449 449 } 450 450 @bottom-center { 451 content: "Expires January 2 6, 2014";451 content: "Expires January 29, 2014"; 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-07-2 5">496 <meta name="dct.issued" scheme="ISO8601" content="2013-07-28"> 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">July 2 5, 2013</td>524 <td class="right">July 28, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: January 2 6, 2014</td>527 <td class="left">Expires: January 29, 2014</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 January 2 6, 2014.</p>555 <p>This Internet-Draft will expire on January 29, 2014.</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> … … 2676 2676 <div id="rfc.iref.76"></div> 2677 2677 <h3 id="rfc.section.6.5.1"><a href="#rfc.section.6.5.1">6.5.1</a> <a id="status.400" href="#status.400">400 Bad Request</a></h3> 2678 <p id="rfc.section.6.5.1.p.1">The <dfn>400 (Bad Request)</dfn> status code indicates that the server cannot or will not process the request because the received syntax is invalid, nonsensical, 2679 or exceeds some limitation on what the server is willing to process. 2678 <p id="rfc.section.6.5.1.p.1">The <dfn>400 (Bad Request)</dfn> status code indicates that the server cannot or will not process the request, due to a client error (e.g., malformed syntax). 2680 2679 </p> 2681 2680 <div id="rfc.iref.76"></div> … … 4524 4523 </ul> 4525 4524 <h2 id="rfc.section.E.4"><a href="#rfc.section.E.4">E.4</a> <a id="changes.since.23" href="#changes.since.23">Since draft-ietf-httpbis-p2-semantics-23</a></h2> 4526 <p id="rfc.section.E.4.p.1">None yet.</p> 4525 <p id="rfc.section.E.4.p.1">Closed issues: </p> 4526 <ul> 4527 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/303">http://tools.ietf.org/wg/httpbis/trac/ticket/303</a>>: "400 response isn't generic" 4528 </li> 4529 </ul> 4527 4530 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 4528 4531 <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.B">B</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> <a href="#rfc.index.V">V</a> <a href="#rfc.index.W">W</a> <a href="#rfc.index.X">X</a> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2310 r2316 3271 3271 <t> 3272 3272 The <x:dfn>400 (Bad Request)</x:dfn> status code indicates that the server 3273 cannot or will not process the request because the received syntax is 3274 invalid, nonsensical, or exceeds some limitation on what the server is 3275 willing to process. 3273 cannot or will not process the request, due to a client error (e.g., 3274 malformed syntax). 3276 3275 </t> 3277 3276 </section> … … 6391 6390 <section title="Since draft-ietf-httpbis-p2-semantics-23" anchor="changes.since.23"> 6392 6391 <t> 6393 None yet. 6392 Closed issues: 6393 <list style="symbols"> 6394 <t> 6395 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/303"/>: 6396 "400 response isn't generic" 6397 </t> 6398 </list> 6394 6399 </t> 6395 6400 </section>
Note: See TracChangeset
for help on using the changeset viewer.