[Zope] URL Traversal help needed.

jkinsley jkinsley@bticc.net
Thu, 16 Aug 2001 06:00:48 -0400 (EDT)


Greetings....

Assuming I have:

/folder/script

What do I need to implement within script so that I can call

	http://www.mysite.com/folder/script/opt/subopt

then be able to use opt and subopt within script.  I would like
opt/subopt to be split at the '/' and available as a tuple or a list.

TIA,
Jarrod