https://issues.apache.org/bugzilla/show_bug.cgi?id=50161
--- Comment #4 from hossman <hossman_apachebugzi...@fucit.org> 2010-10-27 14:35:17 EDT --- While i appreciate that the underlying change that caused this bug is most certainly the same as that of bug#49422 i would like to point out that the actual issue is (to me at least) fairly distinct. Having read the comments in bug#49422 I (somewhat) understand the reasons why a servlet wishing to receive requests for "/foo/" should be registered with a url-mapping of "/foo/*" in order to receive the implicit request for "/foo/index.jsp" but in the case of this bug (bug#50161) We are already using a url-mapping of "/*" for the Filter in question. The issue at hand is what the return value of HttpServletRequest.getServletPath() should be when the Servlet (or in our case Filter) processes the request. Shouldn't that method (per the javadocs) "Returns the part of this request's URL that calls the servlet" ... w/o having additional (implicit) values tacked on to the end? -- 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