[Zope-dev] url traversal

Brett Carter brett@kavi.com
26 Apr 2001 15:10:25 -0700


I have the classic problem of wanting my method 'foo' to work like:
http://localhost/foo/a/b/c
where a,b,c are parameters passed to foo.  I've found some info in the
mailing list archives, namely:
http://lists.zope.org/pipermail/zope-dev/2000-May/005197.html

Has the 'Traversal' interface been implemented?  What are the
specifics of implementing something like I describe above?
Thanks,
-Brett