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
>
>
_______________________________________________
bluebream mailing list
[email protected]
https://mail.zope.org/mailman/listinfo/bluebream

Reply via email to