Changeset 1753
- Timestamp:
- 09/07/12 23:55:17 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1752 r1753 992 992 </p> 993 993 <div class="note" id="rfc.section.4.1.2.p.4"> 994 <p> <b>Note:</b> RFC 2616 (<a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>, <a href="http://tools.ietf.org/html/rfc2616#section-13.9">Section 13.9</a>) required that caches do not calculate heuristic freshness for URIs with query components (i.e., those containing '?'). In995 practice,this has not been widely implemented. Therefore, servers are encouraged to send explicit directives (e.g., Cache-Control:994 <p> <b>Note:</b> <a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>, <a href="http://tools.ietf.org/html/rfc2616#section-13.9">Section 13.9</a> prohibited caches from calculating heuristic freshness for URIs with query components (i.e., those containing '?'). In practice, 995 this has not been widely implemented. Therefore, servers are encouraged to send explicit directives (e.g., Cache-Control: 996 996 no-cache) if they wish to preclude caching. 997 997 </p> -
draft-ietf-httpbis/latest/p6-cache.xml
r1752 r1753 739 739 <x:note> 740 740 <t> 741 &Note; RFC 2616 (<xref target="RFC2616" x:fmt=","742 x:sec="13.9"/>) required that caches do not calculate heuristic743 freshness for URIs with query components (i.e., those containing '?').744 In practice, this has not been widely implemented. Therefore, servers745 are encouraged to send explicit directives (e.g., Cache-Control:746 no-cache) if they wish to precludecaching.741 &Note; <xref target="RFC2616" x:fmt="," x:sec="13.9"/> prohibited caches 742 from calculating heuristic freshness for URIs with query components 743 (i.e., those containing '?'). In practice, this has not been widely 744 implemented. Therefore, servers are encouraged to send explicit 745 directives (e.g., Cache-Control: no-cache) if they wish to preclude 746 caching. 747 747 </t> 748 748 </x:note>
Note: See TracChangeset
for help on using the changeset viewer.