Changeset 795 for draft-ietf-httpbis/latest
- Timestamp:
- 22/03/10 17:51:48 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r792 r795 402 402 <meta name="dct.creator" content="Reschke, J. F."> 403 403 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 404 <meta name="dct.issued" scheme="ISO8601" content="2010-03- 17">404 <meta name="dct.issued" scheme="ISO8601" content="2010-03-22"> 405 405 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 406 406 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document is Part 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 428 428 </tr> 429 429 <tr> 430 <td class="left">Expires: September 18, 2010</td>430 <td class="left">Expires: September 23, 2010</td> 431 431 <td class="right">J. Mogul</td> 432 432 </tr> … … 489 489 <tr> 490 490 <td class="left"></td> 491 <td class="right">March 17, 2010</td>491 <td class="right">March 22, 2010</td> 492 492 </tr> 493 493 </tbody> … … 519 519 <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>. 520 520 </p> 521 <p>This Internet-Draft will expire in September 18, 2010.</p>521 <p>This Internet-Draft will expire in September 23, 2010.</p> 522 522 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 523 523 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1569 1569 </p> 1570 1570 <h2 id="rfc.section.A.2"><a href="#rfc.section.A.2">A.2</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h2> 1571 <p id="rfc.section.A.2.p.1">Remove requirement to consider Content-Location in successful responses in order to determine the appropriate response to 1571 <p id="rfc.section.A.2.p.1">Make the specified age calculation algorithm less conservative. (<a href="#age.calculations" title="Calculating Age">Section 2.3.2</a>) 1572 </p> 1573 <p id="rfc.section.A.2.p.2">Remove requirement to consider Content-Location in successful responses in order to determine the appropriate response to 1572 1574 use. (<a href="#validation.model" title="Validation Model">Section 2.4</a>) 1573 1575 </p> 1574 <p id="rfc.section.A.2.p. 2">Clarify denial of service attack avoidance requirement. (<a href="#invalidation.after.updates.or.deletions" title="Request Methods that Invalidate">Section 2.5</a>)1575 </p> 1576 <p id="rfc.section.A.2.p. 3">Do not mention RFC 2047 encoding and multiple languages in Warning headers anymore, as these aspects never were implemented.1576 <p id="rfc.section.A.2.p.3">Clarify denial of service attack avoidance requirement. (<a href="#invalidation.after.updates.or.deletions" title="Request Methods that Invalidate">Section 2.5</a>) 1577 </p> 1578 <p id="rfc.section.A.2.p.4">Do not mention RFC 2047 encoding and multiple languages in Warning headers anymore, as these aspects never were implemented. 1577 1579 (<a href="#header.warning" id="rfc.xref.header.warning.5" title="Warning">Section 3.6</a>) 1578 1580 </p> -
draft-ietf-httpbis/latest/p6-cache.xml
r792 r795 2032 2032 <section anchor="changes.from.rfc.2616" title="Changes from RFC 2616"> 2033 2033 <t> 2034 Make the specified age calculation algorithm less conservative. 2035 (<xref target="age.calculations"/>) 2036 </t> 2037 <t> 2034 2038 Remove requirement to consider Content-Location in successful responses 2035 2039 in order to determine the appropriate response to use.
Note: See TracChangeset
for help on using the changeset viewer.