Re: Before I file a bug report...

2001-09-30 Thread cmanolache
On Sun, 30 Sep 2001, Jon Stevens wrote: > > Mmmm, I'm not too sure about all this. > > The servlet spec seems to imply that the extension mapping is on the end of > > the path. > > > > Section 11.1, item #3 : If the last segment in the URL path contains an > > extension (e.g. .jsp), the servlet c

Re: Before I file a bug report...

2001-09-30 Thread Remy Maucherat
> on 9/30/01 3:15 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > > Mmmm, I'm not too sure about all this. > > The servlet spec seems to imply that the extension mapping is on the end of > > the path. > > > > Section 11.1, item #3 : If the last segment in the URL path contains an > > extension

Re: Before I file a bug report...

2001-09-30 Thread Jon Stevens
on 9/30/01 3:15 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > Mmmm, I'm not too sure about all this. > The servlet spec seems to imply that the extension mapping is on the end of > the path. > > Section 11.1, item #3 : If the last segment in the URL path contains an > extension (e.g. .jsp),

Re: Before I file a bug report...

2001-09-30 Thread Remy Maucherat
> Ok, I have found the problem. It is a result of an incorrectly written piece > of code in StandardContextMapper.map() under // Rule 3 > > I'm working on a rewrite that will parse things the way that they should be > parsed. :-) The issue is that the relativeURI variable can be pretty much > anyt

Re: Before I file a bug report...

2001-09-30 Thread Jon Stevens
Ok, I have found the problem. It is a result of an incorrectly written piece of code in StandardContextMapper.map() under // Rule 3 I'm working on a rewrite that will parse things the way that they should be parsed. :-) The issue is that the relativeURI variable can be pretty much anything so it

Before I file a bug report...

2001-09-30 Thread Jon Stevens
I want to get confirmation that this is a valid url: http://localhost:8080/examples/jsp/snp/snoop.jsp/foo Where: PATH_INFO=/foo The error that I get right now is: HTTP Status 404 - /jsp/snp/snoop.jsp/foo The requested resource (/jsp/snp/snoop.jsp/foo) is not available. Please note that: htt