MODSEC-297

This commit is contained in:
brenosilva
2012-10-08 13:55:11 +00:00
parent 2d519ff85c
commit 5c5107a860
3 changed files with 9 additions and 0 deletions

View File

@@ -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);