iis: Uses code 400 instead of 44 in modsecurity.conf

Following the recent changes that has been made on:
modsecurity.conf-recommended
This commit is contained in:
Felipe Zimmerle 2014-03-03 15:43:56 -08:00
parent a0ed3dbbe2
commit 5342f36162

View File

@ -60,7 +60,7 @@ SecRule REQBODY_ERROR "!@eq 0" \
# _not_ to remove it altogether.
#
SecRule MULTIPART_STRICT_ERROR "!@eq 0" \
"id:'200002',phase:2,t:none,log,deny,status:44, \
"id:'200002',phase:2,t:none,log,deny,status:400, \
msg:'Multipart request body failed strict validation: \
PE %{REQBODY_PROCESSOR_ERROR}, \
BQ %{MULTIPART_BOUNDARY_QUOTED}, \