[Zope-CVS] SVN: zope.webdev/trunk/page.zcml Fixed security handling
on the dynamic views.
Rocky Burt
rocky at serverzen.com
Mon Jan 30 12:38:43 EST 2006
Log message for revision 41501:
Fixed security handling on the dynamic views.
Changed:
U zope.webdev/trunk/page.zcml
-=-
Modified: zope.webdev/trunk/page.zcml
===================================================================
--- zope.webdev/trunk/page.zcml 2006-01-30 17:20:13 UTC (rev 41500)
+++ zope.webdev/trunk/page.zcml 2006-01-30 17:38:43 UTC (rev 41501)
@@ -53,4 +53,8 @@
zcml:condition="have apidoc"
/>
+ <class class="zodbcode.class_.PersistentMethod">
+ <allow attributes="__call__" />
+ </class>
+
</configure>
More information about the Zope-CVS
mailing list