mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
MODSEC-219
This commit is contained in:
parent
5e480d85a6
commit
5d540e0591
@ -1117,6 +1117,14 @@ apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr)
|
||||
time1 = apr_time_now();
|
||||
#endif
|
||||
|
||||
if(msr->txcfg->is_enabled == MODSEC_DISABLED) {
|
||||
saw_starter = 0;
|
||||
skipped = 0;
|
||||
skip_after = NULL;
|
||||
mode = NEXT_RULE;
|
||||
continue;
|
||||
}
|
||||
|
||||
rc = msre_rule_process(rule, msr);
|
||||
|
||||
#if defined(PERFORMANCE_MEASUREMENT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user