From 6421508638c7fb7cb366df5462385aa79a1b1d6c Mon Sep 17 00:00:00 2001
From: "William A. Rowe Jr"
Modules that transform the content in some way can insert - their values and override existing filters, such that if the - user configured a more advanced filter out-of-order, then the - module can move it's order as need be.
-This phase is not part of the
@@ -215,6 +208,14 @@
ap_process_request_internal()
it then calls
ap_invoke_handler()
to generate the request.
Modules that transform the content in some way can insert + their values and override existing filters, such that if the + user configured a more advanced filter out-of-order, then the + module can move it's order as need be. There is no result code, + so actions in this hook better be trusted to always succeed.
+The module finally has a chance to serve the request in it's -- 2.40.0