[Zope-Checkins] CVS: Zope3/lib/python/Zope - meta.zcml:1.1.2.2
Steve Alexander
steve@cat-box.net
Sun, 10 Mar 2002 19:11:25 -0500
Update of /cvs-repository/Zope3/lib/python/Zope
In directory cvs.zope.org:/tmp/cvs-serv10945/lib/python/Zope
Modified Files:
Tag: Zope-3x-branch
meta.zcml
Log Message:
Changed zcml security syntax to remove the "method=" attribute, and allow
only the "methods=" attribute.
=== Zope3/lib/python/Zope/meta.zcml 1.1.2.1 => 1.1.2.2 ===
handler="Zope.App.Security.metaConfigure.defineRole" />
<directive name="protectClass"
- attributes="name, permission_id, interface, method, methods"
+ attributes="name, permission_id, interface, methods"
handler="Zope.App.Security.protectClass.">
<subdirective name="protect"
- attributes="permission_id, interface, method, methods" />
+ attributes="permission_id, interface, methods" />
<subdirective name="instances" attributes="permission_id" />
</directive>
- <directive name="publicClass" attributes="name, interface, method, methods"
+ <directive name="publicClass" attributes="name, interface, methods"
handler="Zope.App.Security.publicClass." />
<directive name="defaultPolicy" attributes="name"
handler="Zope.App.Security.metaConfigure.defaultPolicy" />