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
> 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
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),
> 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
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
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