Changeset 1479 for draft-ietf-httpbis
- Timestamp:
- 26/11/11 17:56:01 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1477 r1479 359 359 } 360 360 @bottom-center { 361 content: "Expires May 17, 2012";361 content: "Expires May 29, 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-p1-messaging-latest"> 411 <meta name="dct.issued" scheme="ISO8601" content="2011-11- 14">411 <meta name="dct.issued" scheme="ISO8601" content="2011-11-26"> 412 412 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 413 413 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 441 441 </tr> 442 442 <tr> 443 <td class="left">Expires: May 17, 2012</td>443 <td class="left">Expires: May 29, 2012</td> 444 444 <td class="right">HP</td> 445 445 </tr> … … 494 494 <tr> 495 495 <td class="left"></td> 496 <td class="right">November 14, 2011</td>496 <td class="right">November 26, 2011</td> 497 497 </tr> 498 498 </tbody> … … 527 527 in progress”. 528 528 </p> 529 <p>This Internet-Draft will expire on May 17, 2012.</p>529 <p>This Internet-Draft will expire on May 29, 2012.</p> 530 530 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 531 531 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1512 1512 <p id="rfc.section.4.1.p.15">The request-target is transmitted in the format specified in <a href="#http.uri" title="http URI scheme">Section 2.7.1</a>. If the request-target is percent-encoded (<a href="#RFC3986" id="rfc.xref.RFC3986.19"><cite title="Uniform Resource Identifier (URI): Generic Syntax">[RFC3986]</cite></a>, <a href="http://tools.ietf.org/html/rfc3986#section-2.1">Section 2.1</a>), the origin server <em class="bcp14">MUST</em> decode the request-target in order to properly interpret the request. Servers <em class="bcp14">SHOULD</em> respond to invalid request-targets with an appropriate status code. 1513 1513 </p> 1514 <p id="rfc.section.4.1.p.16">A non-transforming proxy <em class="bcp14">MUST NOT</em> rewrite the "path-absolute" part of the received request-target when forwarding it to the next inbound server, except as noted1515 above to replace a null path-absolute with "/" or "*".1514 <p id="rfc.section.4.1.p.16">A non-transforming proxy <em class="bcp14">MUST NOT</em> rewrite the "path-absolute" and "query" parts of the received request-target when forwarding it to the next inbound server, 1515 except as noted above to replace a null path-absolute with "/" or "*". 1516 1516 </p> 1517 1517 <div class="note" id="rfc.section.4.1.p.17"> … … 3474 3474 </li> 3475 3475 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/323">http://tools.ietf.org/wg/httpbis/trac/ticket/323</a>>: "intended maturity level vs normative references" 3476 </li> 3477 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/324">http://tools.ietf.org/wg/httpbis/trac/ticket/324</a>>: "Intermediary rewriting of queries" 3476 3478 </li> 3477 3479 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1477 r1479 1893 1893 </t> 1894 1894 <t> 1895 A non-transforming proxy &MUST-NOT; rewrite the "path-absolute" part of the 1896 received request-target when forwarding it to the next inbound server, 1897 except as noted above to replace a null path-absolute with "/" or "*". 1895 A non-transforming proxy &MUST-NOT; rewrite the "path-absolute" and "query" 1896 parts of the received request-target when forwarding it to the next inbound 1897 server, except as noted above to replace a null path-absolute with "/" or 1898 "*". 1898 1899 </t> 1899 1900 <x:note> … … 5872 5873 "intended maturity level vs normative references" 5873 5874 </t> 5875 <t> 5876 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/324"/>: 5877 "Intermediary rewriting of queries" 5878 </t> 5874 5879 </list> 5875 5880 </t>
Note: See TracChangeset
for help on using the changeset viewer.