[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/OFS/Cache.py Provide missing security declarations for 'ZCacheable_isAMethod'

Stefan H. Holek stefan at epy.co.at
Mon Mar 6 10:31:34 EST 2006


Log message for revision 65832:
  Provide missing security declarations for 'ZCacheable_isAMethod'
  and 'ZCacheable_getManagerURL'.
  

Changed:
  U   Zope/branches/2.9/lib/python/OFS/Cache.py

-=-
Modified: Zope/branches/2.9/lib/python/OFS/Cache.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/Cache.py	2006-03-06 12:58:25 UTC (rev 65831)
+++ Zope/branches/2.9/lib/python/OFS/Cache.py	2006-03-06 15:31:33 UTC (rev 65832)
@@ -94,6 +94,8 @@
           'ZCacheable_getManagerId',
           'ZCacheable_getManagerIds',
           'ZCacheable_configHTML',
+          'ZCacheable_isAMethod',
+          'ZCacheable_getManagerURL',
           )),
         (ChangeCacheSettingsPermission,
          ('ZCacheable_setManagerId',



More information about the Zope-Checkins mailing list