https://issues.apache.org/bugzilla/show_bug.cgi?id=50356
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Rich Bowen <[email protected]> 2010-11-28 16:11:46 EST --- The examples that you reference use this syntax: <FilesMatch "\.(gif|jpe?g|png)$"> That is, as I understand it, exactly what you're asking for. That is, it matches something.png but does not match something.png.asc The $ in that regex explicitly means "ends with." Can you clarify what problem you're trying to avoid, and how these examples don't avoid it? It certainly seems to me that they already do what you're asking for. -- 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: [email protected] For additional commands, e-mail: [email protected]
