[Grok-dev] Is there a before publish event?

Wichert Akkerman wichert at wiggy.net
Tue Jun 15 04:46:55 EDT 2010


On 6/15/10 10:13 , Sebastian Ware wrote:
> IBeforeTraverseEvent is called before traversing each part of a request so it isn't very good for forcing things like layers if it requires some computing. Is there an event fired once prior to the publishing process (ie first thing when the request arrives)?

I would do that in an after-traverse event. You can do that for Zope2, 
not sure if the Zope3 publisher supports it.

Wichert.


More information about the Grok-dev mailing list