"Holmes III, William S" wrote:

> Hi,
>
> Did something change in the sevlet mappings going from Tomcat 3.1beta to
> Tomcat 3.1release ?
>
> I have a context declared as /dev and a mapping declared for *.do that used
> to work if it was given a link such as
> "http://localhost:8080/dev/Something.do/extraPath". Now instead of invoking
> my controller servlet, it gives me a 404 and tells me it can't find
> "/dev/Something.do/extraPath" .
>

Yes ... it now conforms to the servlet specification.  If you use extension
mapping, the extension has to appear in the last path element, with the side
effect that you cannot have extra path information after it.  (Servlet Spec,
version 2.2, Section 10.1, third mapping type).

This topic is getting looked at for the next version of the spec, but in the mean
time Tomcat needs to play by the rules.

>
> ???
>   Bill
>

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to