Well I spent some time looking through application.py and I think I found the bug,  it 
is in filenamesForBaseNameNew line 1513 reads return[basename + extension] 
I changed it to read return [os.path.splitext[0] + extension]
which worked for me.  

Jose


> -------- Original Message --------
> Subject: Re: [Webware-discuss] can extraPathInfo be set for a specific
> context
> From: "Ian Bicking" <[EMAIL PROTECTED]>
> Date: Wed, February 11, 2004 2:49 pm
> To: [EMAIL PROTECTED]
> Cc: "webware-discuss" <[EMAIL PROTECTED]>
> 
> [EMAIL PROTECTED] wrote:
> > one of our applications makes extensive use of self.forward and with
> > ExtraPathInfo turned on when I use self.forward('catalog.py') I get
> a
> > error stating that /WK/catalog.py can not be found.
> > 
> > so far this is the only error that i have seen, admittedly I have
> not
> > done much testing with ExtraPathInfo turned on.  Should self.forward
> > be effected by ExtraPathInfo?
> 
> Hmm... I guess I'm not surprised.  It's one of the problems with 
> ExtraPathInfo and the normal behavior using two entirely separate 
> algorithms for finding servlets -- they differ in small, subtle ways. 
> And .forward was always a little funky in how it determined context and
> 
> resolved relative links, so it's not surprising a problem would show up
> 
> there.
> 
> Besides delving into the source and finding the bug (and that
> particular 
> code ain't pretty), I suspect you're best bet will be to run two 
> separate AppServers.
> 
>    Ian


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to