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

Oliver Frommel oliver@aec.at
Thu, 29 Mar 2001 14:42:07 +0200 (CEST)


Hello,

is there a way to access URL path elements from python scripts?
I am using a python script to inhibit acquisition and be able to use the
rest of the URL path as a parameter (instead of using QUERY_STRING e.g.).
That means i have a script called "frame" in the doc root and want to get the
rest of the URL path:
http://server.com/frame/rest/of/path

using "return context.REQUEST.URL" just returns "http://server.com/frame"

is there any way to get the rest of the URL?

thanks
--Oliver