[CMF-checkins]
SVN: CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py
- Repair copy-paste bug.
Tres Seaver
tseaver at palladion.com
Mon Sep 12 08:38:56 EDT 2005
Log message for revision 38448:
- Repair copy-paste bug.
Changed:
U CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py
-=-
Modified: CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py
===================================================================
--- CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py 2005-09-12 12:01:47 UTC (rev 38447)
+++ CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py 2005-09-12 12:38:55 UTC (rev 38448)
@@ -662,7 +662,7 @@
return ()
- security.declareProtected( View, 'getHTTPCachingHeaders' )
+ security.declareProtected( View, 'getModTimeAndETag' )
def getModTimeAndETag( self, content, view_method, keywords, time=None):
""" Return the modification time and ETag for the content object,
view method, and keywords as the tuple (modification_time, etag)
More information about the CMF-checkins
mailing list