[Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/app/publisher/http.zcml Added a security declaration for the handy DirectResult.

Jim Fulton jim at zope.com
Tue Dec 20 13:58:18 EST 2005


Log message for revision 40919:
  Added a security declaration for the handy DirectResult.
  

Changed:
  U   Zope3/branches/3.2/src/zope/app/publisher/http.zcml

-=-
Modified: Zope3/branches/3.2/src/zope/app/publisher/http.zcml
===================================================================
--- Zope3/branches/3.2/src/zope/app/publisher/http.zcml	2005-12-20 18:29:49 UTC (rev 40918)
+++ Zope3/branches/3.2/src/zope/app/publisher/http.zcml	2005-12-20 18:58:17 UTC (rev 40919)
@@ -14,4 +14,8 @@
         attributes="get __getitem__ __str__" />
   </content>
 
+  <class class="zope.publisher.http.DirectResult">
+    <allow interface="zope.publisher.interfaces.http.IResult" />
+  </class>
+
 </configure>



More information about the Zope3-Checkins mailing list