[Zope] getting rest of url path (after matching obj) from python script

Ivan Cornell ivan.cornell@framestore.co.uk
Thu, 29 Mar 2001 14:55:29 +0100


Oliver Frommel wrote:

> aaaah, sorry for the disturbance. I discovered (part of) the solution now.
> The info I need is in the HTTP variables PATH_INFO and PATH_TRANSLATED.
> thanks for your attention
> oliver

This is also bound by default to traverse_subpath in your python script. See
Bindings->Subpath.

Ivan