https://issues.apache.org/bugzilla/show_bug.cgi?id=56430
--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> --- This is probably a spec-clarification question, really: does * match a dot? Is it greedy-matching? If it behaves like a Perl-compatible RE ".*" (or really any RE ".*"), then what you'll match is ".txt" and not ".my.txt". I agree with you that Tomcat's behavior is "surprising", at least in this case. -- 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