mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
MODSEC-297
This commit is contained in:
@@ -301,6 +301,13 @@ int perform_interception(modsec_rec *msr) {
|
||||
msr->allow_scope = ACTION_ALLOW;
|
||||
break;
|
||||
|
||||
case ACTION_PAUSE :
|
||||
status = DECLINED;
|
||||
message = apr_psprintf(msr->mp, "Paused Access%s.", phase_text);
|
||||
msr->was_intercepted = 0;
|
||||
msr->allow_scope = ACTION_ALLOW;
|
||||
break;
|
||||
|
||||
case ACTION_ALLOW_PHASE :
|
||||
status = DECLINED;
|
||||
message = apr_psprintf(msr->mp, "Access to phase allowed%s.", phase_text);
|
||||
|
Reference in New Issue
Block a user