https://issues.apache.org/bugzilla/show_bug.cgi?id=55220
--- Comment #3 from japgo...@gmail.com --- My servlet is mapped to /* so shouldn't that pickup /foo? When you say "the rules for welcome files will be applied" can you help me understand where/how that happens? Ideally I'd like a way to disable or preempt those rules in my Tomcat instance. I'm asking because there are many frameworks these days that expect to catch all requests in a single servlet and route internally. This isn't an isolated use case. If someone had a large application surely they wouldn't be expected to have to hand-edit their web.xml adding potentially hundreds of lines of explicit URL mappings to the same servlet as /*. That would be a significant deterrent coming from other web servers like Jetty. -- 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