https://issues.apache.org/bugzilla/show_bug.cgi?id=51434
--- Comment #2 from Adeel Ejaz <[email protected]> 2011-06-28 10:35:41 UTC --- Just to reply about: https://issues.apache.org/bugzilla/show_bug.cgi?id=51435#c1 According the FilterProvider documentation (http://httpd.apache.org/docs/2.2/mod/mod_filter.html#filterprovider), / is "delimited by a second /" so, it should be: FilterProvider COMPRESS DEFLATE resp=Content-Type /text//(html|css)/ But whatever the case, as Robert pointed out, the function just looks at the first / and ignores the rest. -- 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]
