[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate - configure.zcml:1.4
Jim Fulton
jim@zope.com
Tue, 20 May 2003 16:26:25 -0400
Update of /cvs-repository/Zope3/src/zope/app/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv30563/src/zope/app/pagetemplate
Modified Files:
configure.zcml
Log Message:
Added a security assertion for zope.tales.tales.Iterator
=== Zope3/src/zope/app/pagetemplate/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/pagetemplate/configure.zcml:1.3 Tue Apr 15 14:52:57 2003
+++ Zope3/src/zope/app/pagetemplate/configure.zcml Tue May 20 16:26:25 2003
@@ -16,4 +16,8 @@
interface="zope.app.interfaces.talesapi.IZopeTalesAPI"
/>
+ <content class="zope.tales.tales.Iterator">
+ <allow interface="zope.tales.interfaces.ITALESIterator" />
+ </content>
+
</zopeConfigure>