[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher/XMLRPC - configure.zcml:1.2

Jim Fulton jim@zope.com
Thu, 20 Jun 2002 11:55:29 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv15462/lib/python/Zope/App/Publisher/XMLRPC

Modified Files:
	configure.zcml 
Log Message:
implemented:

http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/MergeSecurityIntoZopeNamespace

While I was at it, I couldn't resist implementing a variation of:

http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SecurityPackageReorg

which was a lot more work. 



=== Zope3/lib/python/Zope/App/Publisher/XMLRPC/configure.zcml 1.1 => 1.2 ===
    xmlns='http://namespaces.zope.org/zope'
-   xmlns:security='http://namespaces.zope.org/security'
    xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
 >
 
 <content class="Zope.Publisher.Browser.BrowserRequest.">
-  <security:allow
+  <allow
       interface="Zope.ComponentArchitecture.IPresentationRequest." />
 </content>
 
 <content class=".FileResource.">
-  <security:allow interface="Zope.Publisher.Browser.IBrowserPublisher." />
-  <security:allow attributes="GET HEAD __call__" />
+  <allow interface="Zope.Publisher.Browser.IBrowserPublisher." />
+  <allow attributes="GET HEAD __call__" />
 </content>