>   Cliff can revoke this as a showstopper, but I think this'll get
fixed as
> soon
>   as I (or someone else) figures out how to return HTTP errors from a
> filter.

Don't try to return the error.  This is why we created the error_bucket
type in Apache.

The idea is that when a filter encounters an error, it creates an
error_bucket and passes it down the filter stack.  When the HTTP_HEADER
filter sees the error_bucket, it just does the right thing.

Ryan
 

Reply via email to