https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #5 from Mark Thomas <ma...@apache.org> 2010-10-03 06:05:17 EDT --- Some random thoughts: - The default Servlet doesn't *need* to support serving content from an arbitrary mapping. The user can just move the static content in the web-app to the desired location - The WebDAV Servlet (that extends the Default Servlet) does need to do this and I suspect is the reason for just using getPathInfo() and not getServletPath() + getPathInfo() - We don't, currently, support configuring the Default Servlet for a sub-set of the application's URL space (without using a sub-context). Chuck's proposed change would support this. Need to think about the implications for WebDAV. I'm leaning towards making Chuck's proposed change for the Default Servlet and over-riding that in the WebDAV Servlet to restore the current behaviour. -- 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