From 6d925ff7041a36edd0e115966d43480f3d7f524a Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 22 Aug 2007 20:17:28 +0000 Subject: [PATCH] Merge in hook placement modifications from trunk. --- CHANGES | 6 ++++-- apache2/mod_security2.c | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2eb36194..d9c4989f 100644 --- a/CHANGES +++ b/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 diff --git a/apache2/mod_security2.c b/apache2/mod_security2.c index c3005c81..795aad36 100644 --- a/apache2/mod_security2.c +++ b/apache2/mod_security2.c @@ -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 };