mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Allow all rules to run in phase 5. See #425.
This commit is contained in:
parent
515290434c
commit
cd51a10046
@ -828,7 +828,7 @@ apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr)
|
||||
}
|
||||
else
|
||||
if (rc == RULE_MATCH) {
|
||||
if (msr->was_intercepted) {
|
||||
if ((msr->phase == msr->intercept_phase) && msr->was_intercepted) {
|
||||
/* If the transaction was intercepted we will
|
||||
* go back. Do note that we are relying on the
|
||||
* rule to know if it is a part of a chain and
|
||||
|
Loading…
x
Reference in New Issue
Block a user