[Zope] URL Traversal help needed.

Dieter Maurer dieter@handshake.de
Thu, 16 Aug 2001 21:04:59 +0200 (CEST)


jkinsley writes:
 > 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.
I assume, it is a Python Script:

  You bind "traversal_subpath" and then look into that variable....


Dieter