From 1f271fdcae057c1d344d81fc24b9b8e939700ec1 Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Fri, 3 May 2013 10:37:16 -0400 Subject: [PATCH] Fixed: Rule 200003 returning default status --- modsecurity.conf-recommended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modsecurity.conf-recommended b/modsecurity.conf-recommended index 90670af3..84d354b5 100644 --- a/modsecurity.conf-recommended +++ b/modsecurity.conf-recommended @@ -77,7 +77,7 @@ FL %{MULTIPART_FILE_LIMIT_EXCEEDED}'" # Did we see anything that might be a boundary? # SecRule MULTIPART_UNMATCHED_BOUNDARY "!@eq 0" \ -"id:'200003',phase:2,t:none,log,deny,status:44,msg:'Multipart parser detected a possible unmatched boundary.'" +"id:'200003',phase:2,t:none,log,deny,msg:'Multipart parser detected a possible unmatched boundary.'" # PCRE Tuning # We want to avoid a potential RegEx DoS condition