On Thu, 2003-01-16 at 02:33, Stuart Donaldson wrote:
> The URL's are now relative to the current servlet, and absolute 
> references are based on the current context.  I am concerned about this 
> breaking existing installations.  In particular, the PSPDocs.psp page is 
> broken, because it tries to include "../Docs/UserGuide.html" which is 
> out of context.  That isn't even in any context.  Are there other psp 
> pages which may have been doing this sort of thing?  Any suggestions on 
> how to fix this?

It's no worse than the status quo -- PSPDocs.psp has been broken for a
long time.

Should PSPDocs.psp just be including the files statically, like 
  self.write(open('../Docs/UserGuide.html').read())

?




-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to