[Webware-devel] Updated code in CVS.

2003-01-16 Thread Stuart Donaldson
I applied the includeURL patches with a few modifications. Thanks to Luke for your help and for testing this. In the process, I discovered a couple of anomolies that I wanted to bring up. The forward() method runs through dispatchRequest(). If the URL is a directory that does not end in a '/

Re: [Webware-devel] Updated code in CVS.

2003-01-16 Thread Ian Bicking
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 t

[Webware-devel] [ webware-Bugs-636699 ] includeURL and paths

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

[Webware-devel] [ webware-Patches-666560 ] Let non reletive urls work in forward() and includeURL()

2003-01-16 Thread SourceForge.net
Patches item #666560, was opened at 2003-01-11 23:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=666560&group_id=4866 Category: WebKit Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Luke Holden (lholden) Assigned to: Stuart D

[Webware-devel] [ webware-Patches-668617 ] Fix ExtraPathInfo and delegation issues.

2003-01-16 Thread SourceForge.net
Patches item #668617, was opened at 2003-01-15 09:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=668617&group_id=4866 Category: WebKit Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nob

[Webware-devel] [ webware-Bugs-491997 ] bug in psp:include path handling

2003-01-16 Thread SourceForge.net
Bugs item #491997, was opened at 2001-12-12 05:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=491997&group_id=4866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Geoff Talvola (gtalvola) Assigned to: Stuart Donaldso

[Webware-devel] [ webware-Bugs-491997 ] bug in psp:include path handling

2003-01-16 Thread SourceForge.net
Bugs item #491997, was opened at 2001-12-12 05:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=491997&group_id=4866 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Geoff Talvola (gtalvola) Assigned to: Stuart Don

RE: [Webware-devel] Updated code in CVS.

2003-01-16 Thread Geoffrey Talvola
Ian Bicking [mailto:[EMAIL PROTECTED]] wrote: > 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 partic

[Webware-devel] ssifr new algorithm and ExtraPathInfo as a servlet property.

2003-01-16 Thread Stuart Donaldson
Ian, One difference I found in the new algorithm vs old algorithm was when passed a directory without a trailing '/' the old algorithm returns the directory relying on dispatchRequest() to send a redirect. The new algorithm treats it as a directory and finds the directory index. The rational th

[Webware-devel] [ webware-Bugs-492019 ] should guard against pickle errors

2003-01-16 Thread SourceForge.net
Bugs item #492019, was opened at 2001-12-12 15:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=492019&group_id=4866 Category: None Group: None Status: Closed Resolution: Fixed Priority: 3 Submitted By: Geoff Talvola (gtalvola) Assigned to: Nobody/Anony

[Webware-devel] [ webware-Bugs-492019 ] should guard against pickle errors

2003-01-16 Thread SourceForge.net
Bugs item #492019, was opened at 2001-12-12 06:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=492019&group_id=4866 Category: None Group: None Status: Closed Resolution: Fixed Priority: 3 Submitted By: Geoff Talvola (gtalvola) Assigned to: Nobody/Anony

RE: [Webware-devel] ssifr new algorithm and ExtraPathInfo as a servlet property.

2003-01-16 Thread Geoffrey Talvola
Stuart Donaldson [mailto:[EMAIL PROTECTED]] wrote: > Ian, > One difference I found in the new algorithm vs old algorithm was when > passed a directory without a trailing '/' the old algorithm > returns the > directory relying on dispatchRequest() to send a redirect. The new > algorithm treats it

Re: [Webware-devel] ssifr new algorithm and ExtraPathInfo as aservlet property.

2003-01-16 Thread Ian Bicking
On Thu, 2003-01-16 at 12:21, Stuart Donaldson wrote: > Ian, > One difference I found in the new algorithm vs old algorithm was when > passed a directory without a trailing '/' the old algorithm returns the > directory relying on dispatchRequest() to send a redirect. The new > algorithm treats it

Re: [Webware-devel] ssifr new algorithm and ExtraPathInfo as a servletproperty.

2003-01-16 Thread Stuart Donaldson
Ian Bicking wrote: On Thu, 2003-01-16 at 12:21, Stuart Donaldson wrote: Ian, One difference I found in the new algorithm vs old algorithm was when passed a directory without a trailing '/' the old algorithm returns the directory relying on dispatchRequest() to send a redirect. Th

Re: [Webware-devel] ssifr new algorithm and ExtraPathInfo asa servlet property.

2003-01-16 Thread Ian Bicking
On Thu, 2003-01-16 at 16:35, Stuart Donaldson wrote: > > Hmm... that is correct. I'd rather leave it up to the servlet to deal > > with this, especially if we end up putting more stuff in the servlet > > anyway. Specifically, HTTPServlet can send a redirect, and Page can do > > like Zope, and put

Re: [Webware-devel] ssifr new algorithm and ExtraPathInfo as a servletproperty.

2003-01-16 Thread Stuart Donaldson
Ian Bicking wrote: On Thu, 2003-01-16 at 16:35, Stuart Donaldson wrote: Hmm... that is correct. I'd rather leave it up to the servlet to deal with this, especially if we end up putting more stuff in the servlet anyway. Specifically, HTTPServlet can send a redirect, and Pag

[Webware-devel] static path with

2003-01-16 Thread Luke Holden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stu, it looks like does not work right with static paths? ex: directory layout: /users/ /users/index.psp /users/admin.psp /users/permissions/ /users/permissions/index.psp from /users/index.psp works.. but from /users/permissions/index.psp does no

Re: [Webware-devel] static path with

2003-01-16 Thread Luke Holden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 16 January 2003 04:56 pm, Luke Holden wrote: > Stu, it looks like does not work right with static paths? Oh.. Im still using the earlier cvs snapshot with the urlfix2 patch. Is it possible this is fixed in cvs? - -- Luke Holden eBI Solu

Re: [Webware-devel] Automatic restarting of AppServer?

2003-01-16 Thread Mike Warren
Ian Bicking <[EMAIL PROTECTED]> writes: > Another possibility would be to have some sort of cron job that would > restart the AppServer if necessary. , | import os | while 1: |os.system( "/path/to/AppServer" ) ` -- mike [at] mike [dash] warren [dot] com http://www.mike-warren.com> g

Re: [Webware-devel] static path with

2003-01-16 Thread Stuart Donaldson
The psp:include should work just like includeURL.  It was fixed in last nights CVS snapshot, but was not fixed in the urlfix2 patch. -Stuart- Luke Holden wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 16 January 2003 04:56 pm, Luke Holden wrote: Stu, it looks l

[Webware-devel] [ webware-Bugs-651509 ] mod_python appserver broken for Apache2

2003-01-16 Thread SourceForge.net
Bugs item #651509, was opened at 2002-12-10 08:36 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=651509&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 1 Submitted By: Geoff Talvola (gtalvola) Assigned to: Nobody/Anonym

[Webware-devel] ObjectStore bug or my error?

2003-01-16 Thread Luke Holden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I dont know if this is a bug... or I am doing something wrong or something. One of my utils classes looks somewhat like this: class UserUtils: store = None def __init__(self): if UserUtils.store == None:

Re: [Webware-devel] ObjectStore bug or my error?

2003-01-16 Thread Luke Holden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 16 January 2003 09:05 pm, Luke Holden wrote: > I dont know if this is a bug... or I am doing something wrong or something. > > One of my utils classes looks somewhat like this: Changed the class to have a single state...: class UserUtils(

[Webware-devel] [ webware-Bugs-651509 ] mod_python appserver broken for Apache2

2003-01-16 Thread SourceForge.net
Bugs item #651509, was opened at 2002-12-10 10:36 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=651509&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 1 Submitted By: Geoff Talvola (gtalvola) Assigned to: Nobody/Anonym

[Webware-devel] [ webware-Bugs-669493 ] StreamOut Error when client cancels transfer of non-servlet

2003-01-16 Thread SourceForge.net
Bugs item #669493, was opened at 2003-01-16 17:29 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=669493&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anony

[Webware-devel] [ webware-Bugs-669493 ] StreamOut Error when client cancels transfer of non-servlet

2003-01-16 Thread SourceForge.net
Bugs item #669493, was opened at 2003-01-16 17:29 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=669493&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Stuart Dona