[Zope3-checkins] CVS: Zope3/src/zope/app/catalog - configure.zcml:1.3
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 03:27:43 -0400
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv7954
Modified Files:
configure.zcml
Log Message:
Green ResultSet needs security assertions, badly!
=== Zope3/src/zope/app/catalog/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/catalog/configure.zcml:1.2 Sat Jul 12 23:35:51 2003
+++ Zope3/src/zope/app/catalog/configure.zcml Sun Jul 13 03:27:39 2003
@@ -31,4 +31,9 @@
permission="zope.ManageContent"/>
</content>
+<content class=".catalog.ResultSet">
+ <require attributes="__iter__ __len__"
+ permission="zope.Public"/>
+</content>
+
</zopeConfigure>