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
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
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