[Zope] Access Rules

Dennis Allison allison@sumeru.stanford.EDU
Thu, 19 Sep 2002 01:32:04 -0700


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?