[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/http.zcml
Merged from 3.2 branch:
Jim Fulton
jim at zope.com
Tue Dec 20 14:07:07 EST 2005
Log message for revision 40920:
Merged from 3.2 branch:
40919: Added a security declaration for the handy DirectResult.
Changed:
U Zope3/trunk/src/zope/app/publisher/http.zcml
-=-
Modified: Zope3/trunk/src/zope/app/publisher/http.zcml
===================================================================
--- Zope3/trunk/src/zope/app/publisher/http.zcml 2005-12-20 18:58:17 UTC (rev 40919)
+++ Zope3/trunk/src/zope/app/publisher/http.zcml 2005-12-20 19:07:07 UTC (rev 40920)
@@ -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