[Checkins] SVN: zope.globalrequest/trunk/src/zope/globalrequest/configure.zcml subscribe to `IContainmentRoot` as this is provided by the root object in both Zope 2 and 3

Andreas Zeidler az at zitc.de
Thu Jan 15 11:22:17 EST 2009


Log message for revision 94761:
  subscribe to `IContainmentRoot` as this is provided by the root object in both Zope 2 and 3

Changed:
  U   zope.globalrequest/trunk/src/zope/globalrequest/configure.zcml

-=-
Modified: zope.globalrequest/trunk/src/zope/globalrequest/configure.zcml
===================================================================
--- zope.globalrequest/trunk/src/zope/globalrequest/configure.zcml	2009-01-15 16:10:41 UTC (rev 94760)
+++ zope.globalrequest/trunk/src/zope/globalrequest/configure.zcml	2009-01-15 16:22:17 UTC (rev 94761)
@@ -4,7 +4,7 @@
 
   <subscriber
     handler=".subscribers.set"
-    for="zope.app.component.interfaces.ISite
+    for="zope.traversing.interfaces.IContainmentRoot
          zope.app.publication.interfaces.IBeforeTraverseEvent"
     trusted="y" />
 



More information about the Checkins mailing list