diff options
Diffstat (limited to 'www-apache/mod_security/files/mod_security-2.1.1-request_interception.patch')
-rw-r--r-- | www-apache/mod_security/files/mod_security-2.1.1-request_interception.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www-apache/mod_security/files/mod_security-2.1.1-request_interception.patch b/www-apache/mod_security/files/mod_security-2.1.1-request_interception.patch deleted file mode 100644 index 5f38268e203d..000000000000 --- a/www-apache/mod_security/files/mod_security-2.1.1-request_interception.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: apache2/mod_security2.c -=================================================================== ---- apache2/mod_security2.c (revision 266) -+++ apache2/mod_security2.c (working copy) -@@ -558,6 +558,10 @@ - - /* Has this phase been completed already? */ - if (msr->phase_request_body_complete) { -+ if (msr->was_intercepted) { -+ msr_log(msr, 4, "Phase REQUEST_BODY subrequest already intercepted with code %u.", msr->intercept_actionset->intercept_status); -+ return msr->intercept_actionset->intercept_status; -+ } - if (msr->txcfg->debuglog_level >= 4) { - msr_log(msr, 4, "Phase REQUEST_BODY already complete, skipping."); - } |