[EMAIL PROTECTED] wrote:

> If it isn't running, then try changing the filter type.  The general
> problem is how we order filters.  I am 99.9% sure that the way we link
> request_filters with connection_filters is just plain wrong, but I haven't
> had time to really look at it yet.  I would bet that the problem you are
> having, is that you are installing the filter, and it is just getting
> skipped because of how we link the filters together.
> 
> What kind of filter are you inserting?  can you send me the
> ap_add_input_filter line?  I'll take a look and fix the problem.

It's like this:

ap_register_input_filter("FIXUP_HEADERS_IN", ap_headers_input_filter,
AP_FTYPE_CONTENT);
ap_add_input_filter("FIXUP_HEADERS_IN", NULL, r, r->connection);

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]                "There's a moon
                                        over Bourbon Street
                                                tonight..."

S/MIME Cryptographic Signature

Reply via email to