[Zope3-checkins] CVS: Zope3/src/zope/app/services - configure.zcml:1.49
Jim Fulton
jim@zope.com
Fri, 11 Jul 2003 05:01:31 -0400
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv12078
Modified Files:
configure.zcml
Log Message:
Added a security assertion for the notify method of hub registration
objects so that the event service can actually publish events to it.
=== Zope3/src/zope/app/services/configure.zcml 1.48 => 1.49 ===
--- Zope3/src/zope/app/services/configure.zcml:1.48 Fri Jul 11 01:50:46 2003
+++ Zope3/src/zope/app/services/configure.zcml Fri Jul 11 05:01:26 2003
@@ -19,6 +19,11 @@
permission="zope.ManageServices"
interface="zope.app.services.hub.ISubscriptionControl"
/>
+
+ <!-- XXX
+ We really need to think through the security aspects of event
+ processing -->
+ <allow attributes="notify" />
<factory
id="zope.app.services.hub.Registration"
permission="zope.ManageServices"