Changeset 710 for draft-ietf-httpbis/latest
- Timestamp:
- 08/10/09 00:23:58 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 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> -
draft-ietf-httpbis/latest/p6-cache.xml
r709 r710 1102 1102 <t> 1103 1103 <x:h>Note:</x:h> This usage of the word private only controls where the response may 1104 be stored, and cannot ensure the privacy of the message content.</t> 1104 be stored, and cannot ensure the privacy of the message content. 1105 Also, private response directives with field-names are often handled by 1106 implementations as if an unqualified private directive was recieved; i.e., 1107 the special handling for the qualified form is not widely implemented. 1108 </t> 1105 1109 </list> 1106 1110 </t> … … 1122 1126 <t> 1123 1127 <x:h>Note:</x:h> Most HTTP/1.0 caches will not recognize or obey this directive. 1128 Also, no-cache response directives with field-names are often handled by 1129 implementations as if an unqualified no-cache directive was recieved; i.e., 1130 the special handling for the qualified form is not widely implemented. 1124 1131 </t> 1125 1132 </list> … … 2323 2330 "Definition of 1xx Warn-Codes" 2324 2331 </t> 2332 <t> 2333 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/169" />: 2334 "private and no-cache CC directives with headers" 2335 </t> 2325 2336 </list> 2326 2337 </t>
Note: See TracChangeset
for help on using the changeset viewer.