mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Merge in hook placement modifications from trunk.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -1,7 +1,9 @@
|
|||||||
?? ??? ???? - 2.1.3-rc2
|
22 Aug 2007 - 2.1.3-rc2
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
* Quiet some compiler warnings.
|
* Allow mod_rpaf and mod_extract_forwarded2 to work before ModSecurity.
|
||||||
|
|
||||||
|
* Quiet some compiler warnings.
|
||||||
|
|
||||||
|
|
||||||
10 Aug 2007 - 2.1.3-rc1
|
10 Aug 2007 - 2.1.3-rc1
|
||||||
|
|||||||
@@ -994,6 +994,10 @@ static void register_hooks(apr_pool_t *mp) {
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static const char *postread_beforeme_list[] = {
|
static const char *postread_beforeme_list[] = {
|
||||||
|
"mod_rpaf.c",
|
||||||
|
"mod_extract_forwarded2.c",
|
||||||
|
"mod_breach_realip.c",
|
||||||
|
"mod_breach_trans.c",
|
||||||
"mod_unique_id.c",
|
"mod_unique_id.c",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user