You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/04/18 21:41:14 UTC

[Bug 56430] Extension mapping that includes a dot in the extension does not work

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org