[Zope-dev] PATH_TRANSLATED delimted with backslash ?

Evan Simpson evan@4-am.com
Sat, 9 Sep 2000 19:16:48 -0400


From: "Steve Alexander" <steve@cat-box.net>
>   obj = self.restrictedTraverse(REQUEST.PATH_TRANSLATED)
>
> This stopped working when I tried the software on Windows.
>
> Bug or feature?

I'm not sure, but I'm *very* curious what you're trying to accomplish with
this code.  A better equivalent would probably be obj =
self.getPhysicalRoot().restrictedTraverse(REQUEST.steps).

Cheers,

Evan @ digicool & 4-am