SVN: zope.webdev/trunk/page.zcml Fixed security handling on the dynamic views.

Rocky Burt <[email protected]> Mon, 30 Jan 2006 12:38:43 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
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>

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS