[BlueBream] 1.0b4 / community packages / giant buildbot
Christophe Combelles
ccomb at free.fr
Thu Aug 26 08:39:51 EDT 2010
Le 26/08/2010 14:08, Baiju M a écrit :
>>> Either we can use the zope.app.http.exception.unauthorized.Unauthorized
>>> factory class or create another cutsom class:
>>>
>>> <view
>>> for="zope.security.interfaces.IUnauthorized"
>>> type="zope.publisher.interfaces.http.IHTTPRequest"
>>> name="index"
>>> permission="zope.Public"
>>> factory="zope.app.http.exception.unauthorized.Unauthorized"
>>> />
>>>
>>> <browser:defaultView
>>> for="zope.security.interfaces.IUnauthorized"
>>> layer="zope.publisher.interfaces.http.IHTTPRequest"
>>> name="index"
>>> />
>>
>>
>> Nice, can we add these lines to the default app?
>
> The "zope.app.http" is still a dependency, so I am +1 for adding this to
> configure.zcml inside "welcome" package.
ok, I've added zope.app.http in site.zcml
Time to release!
>
> Regards,
> Baiju M
>
>
More information about the bluebream
mailing list