Re: ServletContext.getContext() still completely broken.

2002-11-15 Thread Pier Fumagalli
"Martin Algesten" <[EMAIL PROTECTED]> wrote:

> Are we going to release 4.1.15 without addressing this?  This is a
> standard API call that currently DOES NOT WORK (or am I wrong, can
> anyone get hold of a foreign context from the ROOT context?)
> 
> I've submitted a possible fix in BZ #13040  ... If you don't like it,
> then tell me why and I'll try patching it differently. I'm bored of
> maintaining my own patched up version locally.
> 
> Surely a broken javax.servlet API call is serious enough to not be
> ignored?

I wouldn't worry too much about it now... It might even be deprecated in the
servlet specification in the future...

Pier


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




ServletContext.getContext() still completely broken.

2002-11-15 Thread Martin Algesten
Are we going to release 4.1.15 without addressing this?  This is a
standard API call that currently DOES NOT WORK (or am I wrong, can
anyone get hold of a foreign context from the ROOT context?)
 
I've submitted a possible fix in BZ #13040  ... If you don't like it,
then tell me why and I'll try patching it differently. I'm bored of
maintaining my own patched up version locally.
 
Surely a broken javax.servlet API call is serious enough to not be
ignored?
 
Martin