[Zope-CMF] traverse_subpath and Filesystem Directory Views
Dieter Maurer
dieter@handshake.de
Fri, 27 Jun 2003 00:54:40 +0200
Jo Meder wrote at 2003-6-25 14:05 +0200:
> Just recently we stumbled across the following problem and up to now
> we haven't found a solution.
> ...
> - problem setup:
> If the skin-folder is connected via a Filesystem Directory View any
> call to the skript with a subpath fails until we call the skript
> once without any subpath.
This has been a bug in "FSPythonScript". The binding code
was executed too late. Search the mailing list archives
for details.
The bug was fixed (in CVS) a long time ago.
Dieter