[Zope] URL Traversal help needed. SOLVED
jkinsley
jkinsley@bticc.net
Thu, 16 Aug 2001 06:27:04 -0400 (EDT)
Greetings again....
I knew this was possible, but I kept getting a 'not found' error when
I tried it. I just created a new script and put a print request in
it, and instead of the error I found what I am looking for in
REQUEST.traverse_subpath.
Regards,
Jarrod
---------- Forwarded message ----------
Date: Thu, 16 Aug 2001 06:00:48 -0400 (EDT)
From: jkinsley <jkinsley@bticc.net>
To: zope@zope.org
Subject: [Zope] URL Traversal help needed.
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