Changeset 821 for draft-ietf-httpbis
- Timestamp:
- 19/05/10 15:55:34 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r819 r821 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2010-05-1 4">406 <meta name="dct.issued" scheme="ISO8601" content="2010-05-19"> 407 407 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 408 408 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 435 435 </tr> 436 436 <tr> 437 <td class="left">Expires: November 15, 2010</td>437 <td class="left">Expires: November 20, 2010</td> 438 438 <td class="right">HP</td> 439 439 </tr> … … 488 488 <tr> 489 489 <td class="left"></td> 490 <td class="right">May 1 4, 2010</td>490 <td class="right">May 19, 2010</td> 491 491 </tr> 492 492 </tbody> … … 516 516 in progress”. 517 517 </p> 518 <p>This Internet-Draft will expire in November 15, 2010.</p>518 <p>This Internet-Draft will expire in November 20, 2010.</p> 519 519 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 520 520 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1346 1346 </p> 1347 1347 <p id="rfc.section.4.1.2.p.17">A transparent 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 noted 1348 above to replace a null path-absolute with "/" .1348 above to replace a null path-absolute with "/" or "*". 1349 1349 </p> 1350 1350 <div class="note" id="rfc.section.4.1.2.p.18"> … … 3382 3382 <ul> 3383 3383 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/73">http://tools.ietf.org/wg/httpbis/trac/ticket/73</a>>: "Clarification of the term 'deflate'" 3384 </li> 3385 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/83">http://tools.ietf.org/wg/httpbis/trac/ticket/83</a>>: "OPTIONS * and proxies" 3384 3386 </li> 3385 3387 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/143">http://tools.ietf.org/wg/httpbis/trac/ticket/143</a>>: "IANA registry for content/transfer encodings" -
draft-ietf-httpbis/latest/p1-messaging.xml
r819 r821 1528 1528 A transparent proxy &MUST-NOT; rewrite the "path-absolute" part of the 1529 1529 received request-target when forwarding it to the next inbound server, 1530 except as noted above to replace a null path-absolute with "/" .1530 except as noted above to replace a null path-absolute with "/" or "*". 1531 1531 </t> 1532 1532 <x:note> … … 5532 5532 </t> 5533 5533 <t> 5534 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/83"/>: 5535 "OPTIONS * and proxies" 5536 </t> 5537 <t> 5534 5538 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/143"/>: 5535 5539 "IANA registry for content/transfer encodings"
Note: See TracChangeset
for help on using the changeset viewer.