In Zope2.1.6 there was a function called 'verify watermark' in module Accesscontrol.User. This function seems to have gone in the 2.2.2 release. My question: Is there any direct replacement for this method ? Or at least a some kind of equivalent code ? thanks in advance, Hannes
In Zope2.1.6 there was a function called 'verify watermark' in module Accesscontrol.User.
This function seems to have gone in the 2.2.2 release. My question: Is there any direct replacement for this method ? Or at least a some kind of equivalent code ?
verify_watermark was an interim step in dealing with some security things that have since been superceded by the new SecurityPolicy architecture (see: http://www.zope.org/Members/michel/Projects/Interfaces/SecurityPolicies You shouldn't need verify_watermark in post-2.1.6 code. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (2)
-
Brian Lloyd -
Hannes Grund