mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-10 02:04:36 +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
|
||||
|
||||
@@ -994,6 +994,10 @@ static void register_hooks(apr_pool_t *mp) {
|
||||
NULL
|
||||
};
|
||||
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",
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user