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, which is determined by the mimetype. Do people typically set the mimetype using mod_headers, or is that typically set using AddType or some other mechanism? Thanks! -Josh