[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
Allowed annotations on the BrowserRequest
Dmitry Vasiliev
dima at hlabs.spb.ru
Thu Nov 3 08:06:15 EST 2005
Log message for revision 39866:
Allowed annotations on the BrowserRequest
Changed:
U Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/configure.zcml 2005-11-03 12:21:24 UTC (rev 39865)
+++ Zope3/trunk/src/zope/app/publisher/browser/configure.zcml 2005-11-03 13:06:14 UTC (rev 39866)
@@ -17,11 +17,11 @@
<browser:layer name="default"
interface="zope.publisher.interfaces.browser.IDefaultBrowserLayer" />
-
+
<content class="zope.publisher.browser.BrowserRequest">
<allow
interface="zope.publisher.interfaces.browser.IBrowserApplicationRequest"
- attributes="response locale __str__"
+ attributes="response locale __str__ __annotations__"
/>
<allow
interface="zope.component.interfaces.IPresentationRequest" />
@@ -62,7 +62,7 @@
<allow attributes="get __getitem__" />
</content>
-<browser:page
+<browser:page
name=""
for="zope.app.component.interfaces.ISite"
class="zope.app.publisher.browser.resources.Resources"
More information about the Zope3-Checkins
mailing list