Re: Determining mimetype of document

2012-06-08 Thread Joe Lewis
On 06/08/2012 03:23 PM, Joshua Marantz wrote: In understand any module *can* set content-type late: I'm just wondering if that happens with any frequency. E.g.when I googled for how to set content-type in Apache, I got references to AddType and some hacks using mod_rewrite, both of which would r

Re: Determining mimetype of document

2012-06-08 Thread Joshua Marantz
In understand any module *can* set content-type late: I'm just wondering if that happens with any frequency. E.g.when I googled for how to set content-type in Apache, I got references to AddType and some hacks using mod_rewrite, both of which would run upstream of my filter. My main concern is mo

Re: Determining mimetype of document

2012-06-08 Thread Joe Lewis
On 06/08/2012 03:07 PM, Joshua Marantz wrote: Hi, I'm trying to figure out whether my filter, which currently runs upstream of mod_headers, is likely to see the correct mimetype in request->content_type. In particular, we need to know whether browsers will interpret the content as XHTML or HTML