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





------- Additional Comments From [EMAIL PROTECTED]  2003-11-25 00:26 -------
Also, AddOutputFilterByType filters aren't applied to resources found through a
DirectoryIndex directive.  E.g.:

| DirectoryIndex default
| AddOutputFilterByType INCLUDES text/html

This won't apply the INCLUDES filter to a resource called "/foo/default.html" if
requested as "/foo" or /foo/", but *will* apply the filter if requested as
"/foo/default" (using Options MultiViews) or "/foo/default.html".

Currently, I'm using this instead:

| DirectoryIndex default
| <FilesMatch "\.xhtml(\..+)?$">
|     SetOutputFilter INCLUDES
| </FilesMatch>

Ugly.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to