16 Oct
2001
16 Oct
'01
11:25 a.m.
Hi Danny, Thanks for the hint but since my post, I successfully switched to the VirtualHostMonster to get rid of this kind of problem. --Gilles ----- Original Message ----- From: "Danny William Adair" <danny@adair.net> To: "Gilles Lenfant" <glenfant@bigfoot.com>; <zope@zope.org> Sent: Monday, October 15, 2001 10:54 PM Subject: Re: [Zope] Accessrule and site root folder "in the depth" of the zope tree
Hi Gilles!
The TraversalRequestNameStack is a list (handled like a stack) and holds the object ids separately. If you access "myObject" in the subfolder "mySubfolder" underneath the Zope root folder for example, the TraversalRequestNameStack will look like this:
['myObject','mySubFolder']
(yes, in reverse order)