[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - security-meta.zcml:1.1.2.5
Steve Alexander
steve@cat-box.net
Tue, 28 May 2002 10:50:55 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv20559/Zope/App/Security
Modified Files:
Tag: Zope-3x-branch
security-meta.zcml
Log Message:
corrected "methods" to "names" in protectClass etc.
=== Zope3/lib/python/Zope/App/Security/security-meta.zcml 1.1.2.4 => 1.1.2.5 ===
handler="Zope.App.Security.metaConfigure.defineRole" />
<directive name="protectClass"
- attributes="class, permission_id, interface, methods"
+ attributes="class, permission_id, interface, names"
handler="Zope.App.Security.protectClass.">
<subdirective name="protect"
- attributes="permission_id, interface, methods" />
+ attributes="permission_id, interface, names" />
</directive>
- <directive name="publicClass" attributes="class, interface, methods"
+ <directive name="publicClass" attributes="class, interface, names"
handler="Zope.App.Security.publicClass." />
<directive name="defaultPolicy" attributes="name"
handler="Zope.App.Security.metaConfigure.defaultPolicy" />