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