Changeset 1995 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 15/11/12 07:03:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1991 r1995 452 452 } 453 453 @bottom-center { 454 content: "Expires May 1 6, 2013";454 content: "Expires May 19, 2013"; 455 455 } 456 456 @bottom-right { … … 492 492 <link href="p5-range.html" rel="prev"> 493 493 <link href="p7-auth.html" rel="next"> 494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.588, 2012-08-25 12:28:24, XSLT vendor: SAXON 8.9from Saxonica http://www.saxonica.com/">494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.588, 2012-08-25 12:28:24, XSLT vendor: SAXON 9.1.0.8 from Saxonica http://www.saxonica.com/"> 495 495 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 496 496 <meta name="dct.creator" content="Fielding, R."> … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2012-11-1 2">500 <meta name="dct.issued" scheme="ISO8601" content="2012-11-15"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: May 1 6, 2013</td>526 <td class="left">Expires: May 19, 2013</td> 527 527 <td class="right">J. Reschke, Editor</td> 528 528 </tr> … … 533 533 <tr> 534 534 <td class="left"></td> 535 <td class="right">November 1 2, 2012</td>535 <td class="right">November 15, 2012</td> 536 536 </tr> 537 537 </tbody> … … 559 559 in progress”. 560 560 </p> 561 <p>This Internet-Draft will expire on May 1 6, 2013.</p>561 <p>This Internet-Draft will expire on May 19, 2013.</p> 562 562 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 563 563 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1076 1076 <li>If the new response contains a strong validator, then that strong validator identifies the selected representation. All of 1077 1077 the stored responses with the same strong validator are selected. If none of the stored responses contain the same strong 1078 validator, then th is new response corresponds to a new selected representation and <em class="bcp14">MUST NOT</em> update the existingstored responses.1078 validator, then the new response <em class="bcp14">MUST NOT</em> be used to update any stored responses. 1079 1079 </li> 1080 1080 <li>If the new response contains a weak validator and that validator corresponds to one of the cache's stored responses, then
Note: See TracChangeset
for help on using the changeset viewer.