Changeset 710 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 08/10/09 00:23:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r709 r710 1101 1101 </dd> 1102 1102 <dd> <b>Note:</b> This usage of the word private only controls where the response may be stored, and cannot ensure the privacy of the message 1103 content. 1103 content. Also, private response directives with field-names are often handled by implementations as if an unqualified private 1104 directive was recieved; i.e., the special handling for the qualified form is not widely implemented. 1104 1105 </dd> 1105 1106 </dl> … … 1114 1115 server to prevent the re-use of certain header fields in a response, while still allowing caching of the rest of the response. 1115 1116 </dd> 1116 <dd> <b>Note:</b> Most HTTP/1.0 caches will not recognize or obey this directive. 1117 <dd> <b>Note:</b> Most HTTP/1.0 caches will not recognize or obey this directive. Also, no-cache response directives with field-names are often 1118 handled by implementations as if an unqualified no-cache directive was recieved; i.e., the special handling for the qualified 1119 form is not widely implemented. 1117 1120 </dd> 1118 1121 </dl> … … 1726 1729 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/54">http://tools.ietf.org/wg/httpbis/trac/ticket/54</a>>: "Definition of 1xx Warn-Codes" 1727 1730 </li> 1731 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/169">http://tools.ietf.org/wg/httpbis/trac/ticket/169</a>>: "private and no-cache CC directives with headers" 1732 </li> 1728 1733 </ul> 1729 1734 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1>
Note: See TracChangeset
for help on using the changeset viewer.