Changeset 951
- Timestamp:
- 27/07/10 15:31:13 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r944 r951 939 939 <p id="rfc.section.2.5.p.1">Because unsafe methods (<a href="p2-semantics.html#safe.methods" title="Safe Methods">Section 7.1.1</a> of <a href="#Part2" id="rfc.xref.Part2.3"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>) have the potential for changing state on the origin server, intervening caches can use them to keep their contents up-to-date. 940 940 </p> 941 <p id="rfc.section.2.5.p.2"> In a succesful exchange (<a href="p2-semantics.html#status.2xx" title="Successful 2xx">Section 8.2</a> of <a href="#Part2" id="rfc.xref.Part2.4"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a>), the following HTTP methods <em class="bcp14">MUST</em> cause a cache to invalidate the Effective Request URI (<a href="p1-messaging.html#effective.request.uri" title="Effective Request URI">Section 4.3</a> of <a href="#Part1" id="rfc.xref.Part1.13"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) as well as the URI(s) in the Location and Content-Location headers (if present):941 <p id="rfc.section.2.5.p.2">The following HTTP methods <em class="bcp14">MUST</em> cause a cache to invalidate the Effective Request URI (<a href="p1-messaging.html#effective.request.uri" title="Effective Request URI">Section 4.3</a> of <a href="#Part1" id="rfc.xref.Part1.13"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>) as well as the URI(s) in the Location and Content-Location headers (if present): 942 942 </p> 943 943 <ul> … … 1905 1905 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/223">http://tools.ietf.org/wg/httpbis/trac/ticket/223</a>>: "Allowing heuristic caching for new status codes" 1906 1906 </li> 1907 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/235">http://tools.ietf.org/wg/httpbis/trac/ticket/235</a>>: "Cache Invalidation only happens upon successful responses"1908 </li>1909 1907 <li>Clean up TODOs and prose in "Combining Responses."</li> 1910 1908 </ul> … … 2057 2055 </ul> 2058 2056 </li> 2059 <li class="indline1"><em>Part2</em> <a class="iref" href="#rfc.xref.Part2.1">2.2</a>, <a class="iref" href="#rfc.xref.Part2.2">2.3.1.1</a>, <a class="iref" href="#rfc.xref.Part2.3">2.5</a>, <a class="iref" href="# rfc.xref.Part2.4">2.5</a>, <a class="iref" href="#Part2"><b>8.1</b></a><ul class="ind">2057 <li class="indline1"><em>Part2</em> <a class="iref" href="#rfc.xref.Part2.1">2.2</a>, <a class="iref" href="#rfc.xref.Part2.2">2.3.1.1</a>, <a class="iref" href="#rfc.xref.Part2.3">2.5</a>, <a class="iref" href="#Part2"><b>8.1</b></a><ul class="ind"> 2060 2058 <li class="indline1"><em>Section 7.1.1</em> <a class="iref" href="#rfc.xref.Part2.1">2.2</a>, <a class="iref" href="#rfc.xref.Part2.3">2.5</a></li> 2061 2059 <li class="indline1"><em>Section 8</em> <a class="iref" href="#rfc.xref.Part2.2">2.3.1.1</a></li> 2062 <li class="indline1"><em>Section 8.2</em> <a class="iref" href="#rfc.xref.Part2.4">2.5</a></li>2063 2060 </ul> 2064 2061 </li> -
draft-ietf-httpbis/latest/p6-cache.xml
r950 r951 2620 2620 </t> 2621 2621 <t> 2622 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/235"/>:2623 "Cache Invalidation only happens upon successful responses"2624 </t>2625 <t>2626 2622 Clean up TODOs and prose in "Combining Responses." 2627 2623 </t>
Note: See TracChangeset
for help on using the changeset viewer.