[Zope-dev] Pre-process a REQUEST before Zope does anything else

Erik Enge erik@thingamy.net
11 Sep 2001 08:57:59 +0200


[Dario Lopez-Kästen]

| I need to be able do some processing for each and every request that
| is sent to zope to determine some enviromental thingies, *before*
| the request is processed by the main zope mechanisms.

I'm not entirely sure, but you might be looking for something like this:

<URL:http://www.zope.org/Members/michel/Projects/Interfaces/BeforePublishingTraverse>
<URL:http://www.mit.edu/afs/sipb/project/python/doc/DevGuide/ObjectPublishing.html>

__before_publishing_traverse__

(Yeah, I make an effort to find the worst URLs... ;-)