[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher/Browser - browser.zcml:1.1.2.3

Steve Alexander steve@cat-box.net
Mon, 3 Jun 2002 18:57:55 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	browser.zcml 
Log Message:
wonderland updates to zcml files.


=== Zope3/lib/python/Zope/App/Publisher/Browser/browser.zcml 1.1.2.2 => 1.1.2.3 ===
 >
 
-  <security:protectClass class=".BrowserRequest."
-                         permission="Zope.Public">
-    <security:protect interface=".IBrowserApplicationRequest." />
-    <security:protect 
-       interface="Zope.ComponentArchitecture.IViewService.IViewRequest" />
-  </security:protectClass>
+<content class=".BrowserRequest.">
+  <security:allow
+      interface=".IBrowserApplicationRequest." />
+  <security:allow
+      interface="Zope.ComponentArchitecture.IViewService.IViewRequest" />
+</content>
 
 </zopeConfigure>