DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15045>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15045
addoutputfilterbytype doesn't work for defaulted types
Summary: addoutputfilterbytype doesn't work for defaulted types
Product: Apache httpd-2.0
Version: 2.0.32
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: bruno@wolff.to
If a file gets its type from a default type directive and this
type is mentioned on an addoutputfilterbytype command, the filter
does not get applied.
In particular I set my default type to text/plain and set up
a DEFLATE filter for text/plain using addoutputfilterbytype and
files getting text/plain by default didn't get compressed. However
if I explicitly gave an extension a text/plain type, files with
that extension would get compressed.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|