[CMF-checkins] CVS: Products/CMFCore/dtml - cachingPolicies.dtml:1.4
Jens Vagelpohl
jens at zope.com
Wed Aug 13 17:50:44 EDT 2003
Update of /cvs-repository/Products/CMFCore/dtml
In directory cvs.zope.org:/tmp/cvs-serv3038/dtml
Modified Files:
cachingPolicies.dtml
Log Message:
- Extended the cache_policy_manager's policy object to support setting
the "Vary" header.
=== Products/CMFCore/dtml/cachingPolicies.dtml 1.3 => 1.4 ===
--- Products/CMFCore/dtml/cachingPolicies.dtml:1.3 Fri May 9 03:07:46 2003
+++ Products/CMFCore/dtml/cachingPolicies.dtml Wed Aug 13 16:50:39 2003
@@ -82,6 +82,16 @@
</tr>
<tr valign="top">
+ <th align="right"> Vary </th>
+ <td colspan="3">
+ <input type="text"
+ name="vary"
+ value="&dtml-getVary;"
+ size="40">
+ </td>
+ </tr>
+
+ <tr valign="top">
<td><br /></td>
<td colspan="3">
<input type="submit" name="updatePolicy:method" value=" Change ">
@@ -89,6 +99,7 @@
<input type="submit" name="movePolicyUp:method" value=" Up ">
<input type="submit" name="movePolicyDown:method" value=" Down ">
</td>
+ </tr>
</table>
@@ -161,6 +172,13 @@
<td>
<input type="checkbox" name="must_revalidate:int"
value="1">
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th align="right"> Vary </th>
+ <td colspan="3">
+ <input type="text" name="vary" size="40">
</td>
</tr>
More information about the CMF-checkins
mailing list