19 Sep
2002
19 Sep
'02
8:32 a.m.
Access rules use the before_traverse hook. When does that hook get invoked? Suppose a page at /a/b/c/d accesses /a/b/c/e will an acess rule at /a/b get invoked? Is there any difference in behavior for absolute_urls and relative urls?
19 Sep
19 Sep
2:27 p.m.
New subject: [Zope] Re: Access Rules
Dennis Allison wrote:
Access rules use the before_traverse hook. When does that hook get invoked?
Just prior to the next step in a *Publishing* path. The hook is not triggered by any other sort of access, including DTML, Script, and Template traversal. Only an incoming request URL triggers Access Rules. Cheers, Evan @ 4-am
8600
Age (days ago)
8600
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dennis Allison -
Evan Simpson