Changeset 1342 for draft-ietf-httpbis
- Timestamp:
- 23/07/11 17:37:29 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1335 r1342 359 359 } 360 360 @bottom-center { 361 content: "Expires January 2 0, 2012";361 content: "Expires January 24, 2012"; 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-07- 19">411 <meta name="dct.issued" scheme="ISO8601" content="2011-07-23"> 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: January 2 0, 2012</td>442 <td class="left">Expires: January 24, 2012</td> 443 443 <td class="right">HP</td> 444 444 </tr> … … 493 493 <tr> 494 494 <td class="left"></td> 495 <td class="right">July 19, 2011</td>495 <td class="right">July 23, 2011</td> 496 496 </tr> 497 497 </tbody> … … 522 522 in progress”. 523 523 </p> 524 <p>This Internet-Draft will expire on January 2 0, 2012.</p>524 <p>This Internet-Draft will expire on January 24, 2012.</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> … … 1764 1764 <div id="rfc.iref.s.19"></div> 1765 1765 <h3 id="rfc.section.8.4.1"><a href="#rfc.section.8.4.1">8.4.1</a> <a id="status.400" href="#status.400">400 Bad Request</a></h3> 1766 <p id="rfc.section.8.4.1.p.1">The request could not be understood by the server due to malformed syntax. The client <em class="bcp14">SHOULD NOT</em> repeat the request without modifications. 1767 </p> 1766 <p id="rfc.section.8.4.1.p.1">The server can or will not process the request, due to a client error (e.g., malformed syntax).</p> 1768 1767 <div id="rfc.iref.40"></div> 1769 1768 <div id="rfc.iref.s.20"></div> … … 3065 3064 <ul> 3066 3065 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/285">http://tools.ietf.org/wg/httpbis/trac/ticket/285</a>>: "Strength of requirements on Accept re: 406" 3066 </li> 3067 <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" 3067 3068 </li> 3068 3069 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1335 r1342 1744 1744 <iref primary="true" item="Status Codes" subitem="400 Bad Request" x:for-anchor=""/> 1745 1745 <t> 1746 The request could not be understood by the server due to malformed 1747 syntax. The client &SHOULD-NOT; repeat the request without 1748 modifications. 1749 </t> 1746 The server can or will not process the request, due to a client error (e.g., 1747 malformed syntax).</t> 1750 1748 </section> 1751 1749 … … 4166 4164 "Strength of requirements on Accept re: 406" 4167 4165 </t> 4166 <t> 4167 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/303"/>: 4168 "400 response isn't generic" 4169 </t> 4168 4170 </list> 4169 4171 </t>
Note: See TracChangeset
for help on using the changeset viewer.