[Zope3-checkins] CVS: Zope3/src/zope/app/xml - configure.zcml:1.2

Jim Fulton jim@zope.com
Sat, 3 May 2003 12:34:00 -0400


Update of /cvs-repository/Zope3/src/zope/app/xml
In directory cvs.zope.org:/tmp/cvs-serv23785/src/zope/app/xml

Modified Files:
	configure.zcml 
Log Message:
Deleted a no-longer-necessary (and duplicative) security assertion
for the __bases__ attribute on schema interfaces. __bases__ is now
included in IInterface.



=== Zope3/src/zope/app/xml/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/xml/configure.zcml:1.1	Thu Apr 10 12:07:45 2003
+++ Zope3/src/zope/app/xml/configure.zcml	Sat May  3 12:33:59 2003
@@ -5,8 +5,7 @@
 <!-- we need to allow methods of XMLSchemaInterfaceClass so we can access them
      through the security proxy -->
 <content class=".schemainterface.XMLSchemaInterfaceClass">
-  <allow interface="zope.interface.interfaces.IInterface"
-         attributes="__bases__" />
+  <allow interface="zope.interface.interfaces.IInterface" />
 </content>
 
 </zopeConfigure>