[Webware-devel] [ webware-Patches-630505 ] Store session pickle error handling

2003-01-10 Thread SourceForge.net
Patches item #630505, was opened at 2002-10-29 06:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=630505&group_id=4866 Category: WebKit Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Oleg Noga (oleg_noga) Assigned to: Stuart D

[Webware-devel] [ webware-Bugs-621494 ] PSP parsing bug when space after first

2003-01-10 Thread SourceForge.net
Bugs item #621494, was opened at 2002-10-10 11:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=621494&group_id=4866 Category: PSP Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Stuart Don

Re: [Webware-devel] includeURL bug?

2003-01-10 Thread Luke Holden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 09 January 2003 01:26 pm, Luke Holden wrote: > It looks like includeURL only works with paths reletive to the current > directory? Using self.includeURL(self.request().siteRoot() + "navigation/nav") works... as a way around the previous p

[Webware-devel] support for the psp-handler in mod_webkit and ModPythonAdapter

2003-01-10 Thread Stuart Donaldson
I am encountering numerous problems trying to use the psp-handler with mod_webkit, and some of the more recent code in Webware. The PSP handler in mod_webkit sets WK_ABSOLUTE=1 to indicate that the request is not relative to one of the webware directories. HTTPRequest urlPath() checks this, and

[Webware-devel] Re: support for the psp-handler in mod_webkit and ModPythonAdapter

2003-01-10 Thread Stuart Donaldson
Stuart Donaldson wrote: I am encountering numerous problems trying to use the psp-handler with mod_webkit, and some of the more recent code in Webware. The PSP handler in mod_webkit sets WK_ABSOLUTE=1 to indicate that the request is not relative to one of the webware directories. HTTPRequest

[Webware-devel] Moving towards a release.

2003-01-10 Thread Stuart Donaldson
Because we have so many people apparently working from the CVS trunk, I think there is a strong bias towards keeping the trunk stable. In my case, I am extra cautious about committing changes in CVS, and in some cases sit on changes for a long time in hopes of verifying that they are stable.