I believe this is a bug:

<psp:include path="/something.psp">

Compiles to:

__pspincludepath = self.transaction().request().urlPathDir() + "/something.psp"
self.transaction().application().includeURL(self.transaction(), __pspincludepath)

But /something.psp is not a relative path.  os.path.join or something
should of that sort should be used.

  Ian



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to