https://issues.apache.org/bugzilla/show_bug.cgi?id=49422

Bill Barker <billbar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Bill Barker <billbar...@apache.org> 2010-07-21 23:19:19 EDT 
---
Mark is correct with his reading of the Servlet 3.0 spec.  The default web.xml
includes "index.jsp" in the welcome-file list.  This pattern is also mapped to
the JspServlet.  As a result, Tomcat is required to pass the request to
JspServlet by the spec.  The Tomcat developers have a long history of resisting
this change to the spec, but it is there now, and Tomcat has to follow it. 

Other than what Mark has suggested above, another possibility is for Hudson to
include a welcome-file in their web.xml for, say, index.hds, which is suffix
mapped to their default servlet.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to