https://issues.apache.org/bugzilla/show_bug.cgi?id=50373
--- Comment #1 from Christoph Anton Mitterer <[email protected]> 2010-11-29 18:49:01 EST --- Just tried again, and although the issue itself remains, my example at the bottom is a bit wrong. At least when the handler is set with SetHandler, then that one's mime type overrides the one by the extra path info. So request to: /server-status/extra/foo.pdf gives still type text/html (too me). But this is not the same when having an encoding set like: AddEncoding gzip gz Then /server-status/extra/foo.pdf.gz gives: type text/html, encoding gzip -- 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]
