https://issues.apache.org/bugzilla/show_bug.cgi?id=56035
I think it would simplify a lot of this if we said that any filter that returns AP_FILTER_ERROR should also put an error bucket on the output, allowing us to skip calling ap_die after ap_invoke_handler(). This seems to be how the in-tree ones work, sans mod_ssl when it fails to do a TLS upgrade (unclear to me if all hope is lost there) Any thoughts? I don't think there is anything easy we can do about modules who ignore the AP_FILTER_ERROR and write data anyway, but we can stop double error responses and logged status codes that don't match error documents. -- Eric Covener [email protected]
