Changeset 714
- Timestamp:
- 14/10/09 11:28:32 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.html
r713 r714 407 407 <meta name="DC.Creator" content="Reschke, J. F."> 408 408 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 409 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-10-1 1">409 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-10-14"> 410 410 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 411 411 <meta name="DC.Description.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 3 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 3 defines HTTP message content, metadata, and content negotiation."> … … 439 439 </tr> 440 440 <tr> 441 <td class="header left">Expires: April 1 4, 2010</td>441 <td class="header left">Expires: April 17, 2010</td> 442 442 <td class="header right">HP</td> 443 443 </tr> … … 492 492 <tr> 493 493 <td class="header left"></td> 494 <td class="header right">October 1 1, 2009</td>494 <td class="header right">October 14, 2009</td> 495 495 </tr> 496 496 </table> … … 516 516 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 517 517 </p> 518 <p>This Internet-Draft will expire in April 1 4, 2010.</p>518 <p>This Internet-Draft will expire in April 17, 2010.</p> 519 519 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 520 520 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1816 1816 <p id="rfc.section.C.2.p.1">Clarify contexts that charset is used in. (<a href="#character.sets" title="Character Sets">Section 2.1</a>) 1817 1817 </p> 1818 <p id="rfc.section.C.2.p.2">Remove base URI setting semantics for Content-Location due to poor implementation support. (<a href="#header.content-location" id="rfc.xref.header.content-location.3" title="Content-Location">Section 5.7</a>) 1818 <p id="rfc.section.C.2.p.2">Remove base URI setting semantics for Content-Location due to poor implementation support, which was caused by too many broken 1819 servers emitting bogus Content-Location headers, and also the potentially undesirable effect of potentially breaking relative 1820 links in content-negotiated resources. (<a href="#header.content-location" id="rfc.xref.header.content-location.3" title="Content-Location">Section 5.7</a>) 1819 1821 </p> 1820 1822 <p id="rfc.section.C.2.p.3">Remove reference to non-existant identity transfer-coding value tokens. (<a href="#no.content-transfer-encoding" title="No Content-Transfer-Encoding">Appendix A.5</a>) -
draft-ietf-httpbis/latest/p3-payload.xml
r713 r714 2737 2737 <t> 2738 2738 Remove base URI setting semantics for Content-Location due to poor 2739 implementation support. 2739 implementation support, which was caused by too many broken servers emitting 2740 bogus Content-Location headers, and also the potentially undesirable effect 2741 of potentially breaking relative links in content-negotiated resources. 2740 2742 (<xref target="header.content-location"/>) 2741 2743 </t>
Note: See TracChangeset
for help on using the changeset viewer.