Bugs item #530722, was opened at 2002-03-16 08:52
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=530722&group_id=4866
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Geoff Talvola (gtalvola)
Assigned to: Stuart Don
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> self.forward("/login/")
> gets me:
> The page you requested, /login/action/login/, was not found on this server.
Not to mention self.forward("/login") does the same thing
- --
Luke Holden
eBI Solutions
Main: (949) 387-5182
Email: [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Noticed a small bug in urlfix2...
- From a subdirectory within a context... I noticed that
self.forward("/login/")
gets me:
The page you requested, /login/action/login/, was not found on this server.
However...
self.forward("/login/index")
works.. a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 15 January 2003 05:25 pm, Luke Holden wrote:
> After a while I eventually end up with:
> OperationalError: (1040, 'Too many connections')
>
> Which tells me that the connections are not being recycled?
set: 'SQLConnectionPoolSize': 20,
i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 15 January 2003 04:56 pm, you wrote:
> Module globals would be the way to go.
Okay... my ObjectStore is now a global of the utils class so it is only
being created once.
class ForumUtils:
store = None
def __init__(sel
Module globals would be the way to go.
On Wed, 2003-01-15 at 18:54, Luke Holden wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Okay... I have a couple MiddleKit models and I assume the ObjectStore
> should only be created once and reused for every request right?
>
> What would
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Okay... I have a couple MiddleKit models and I assume the ObjectStore
should only be created once and reused for every request right?
What would be the proper way to persist an object accross requests? (So any
requests within the same context g
Bugs item #494764, was opened at 2001-12-18 16:57
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=494764&group_id=4866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Geoff Talvola (gtalvola)
Assigned to: Nobody/Anonymou
> -Original Message-
> From: Ian Bicking [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 15, 2003 1:08 PM
> To: Webware devel
> Subject: [Webware-devel] ExtraURLPath
>
>
> I'm going to review the New algorithm, as used by ExtraURLPath. These
> are the things I want to do:
>
> * Ha
Patches item #564478, was opened at 2002-06-04 13:14
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=564478&group_id=4866
Category: MiddleKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: ingo (netd)
>Assigned to: Nobody/Anonymous (n
Patches item #559261, was opened at 2002-05-22 12:26
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=559261&group_id=4866
Category: WebKit
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 1
Submitted By: Oleg Noga (oleg_noga)
Assigned to: Geoff Ta
Bugs item #519117, was opened at 2002-02-18 09:28
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=519117&group_id=4866
Category: WebKit
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 3
Submitted By: Geoff Talvola (gtalvola)
>Assigned to: Geoff T
I'm going to review the New algorithm, as used by ExtraURLPath. These
are the things I want to do:
* Handle the infinite loop on a 404
* Fallback to Main.py/index.py like 0.7 behavior
* Handle ExtraURLPath=0 (i.e., signal 404) -- this won't be triggered
in the current version, but hopefully aft
Bugs item #636699, was opened at 2002-11-11 12:39
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=636699&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Stuart Dona
Bugs item #530722, was opened at 2002-03-16 11:52
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=530722&group_id=4866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Geoff Talvola (gtalvola)
>Assigned to: Stuart Donalds
Bugs item #636699, was opened at 2002-11-11 12:39
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=636699&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anony
Bugs item #530390, was opened at 2002-03-15 12:28
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=530390&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Stuart Dona
Bugs item #493584, was opened at 2001-12-15 00:03
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=493584&group_id=4866
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Tripp Lilley (tlilley)
Assigned to: Ian Bicking (i
Bugs item #510338, was opened at 2002-01-29 15:49
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=510338&group_id=4866
Category: WebKit
Group: None
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: No
Bugs item #493236, was opened at 2001-12-14 04:47
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=493236&group_id=4866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tripp Lilley (tlilley)
>Assigned to: Chuck Esterbrook
Bugs item #492005, was opened at 2001-12-12 08:49
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=492005&group_id=4866
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Geoff Talvola (gtalvola)
Assigned to: Nobody/Anony
Bugs item #491997, was opened at 2001-12-12 08: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 Donalds
Bugs item #493584, was opened at 2001-12-15 00:03
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=493584&group_id=4866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tripp Lilley (tlilley)
>Assigned to: Ian Bicking (ian
cvs.sourceforge.net is currently closed to public access reference:
https://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#cvs
I have placed a tarball of todays CVS version of Webware on the summary
page. You can grab it and use it to test any patches.
http://sourceforge.net/projec
To anybody with experience with some of the older Webware bugs/patches
on SF.
There are several old bugs and patches that may likely no longer be
applicable. Some of them were entered by Chuck or Geoff before the 0.7
release.
I am not familiar with all of these older issues, is there a chan
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/Ano
Bugs item #469461, was opened at 2001-10-09 01:29
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=469461&group_id=4866
Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nob
Bugs item #222105, was opened at 2000-11-10 00:47
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=222105&group_id=4866
Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nob
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: Open
Resolution: None
Priority: 5
Submitted By: Stuart Donaldson (stuartd)
Assigned to: Nobody/A
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: Open
Resolution: None
Priority: 5
Submitted By: Stuart Donaldson (stuartd)
Assigned to: Nobody/A
Ian Bicking wrote:
> On Wed, 2003-01-15 at 00:42, Stuart Donaldson wrote:
..
> > Setting ExtraPathInfo=1 so that you use the new algorithm.
> > Then try to access a URL /WK/foo/bar
> >
> > The first result I get is that an error trying to import
> the exception
> > handler. This is a side effec
Luke Holden wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 14 January 2003 10:17 pm, Stuart Donaldson wrote:
Or maybe includeURL should just be include(), and that we really do not
pass a URL into it, but a relative file location, relative to the
current servlets
32 matches
Mail list logo