Update status code for rule 200002

Removed the non standard compliant HTTP response status code 44 and replaced it with a 400 response status code. Refs #665
This commit is contained in:
Torben Hansen 2014-02-25 15:44:40 +01:00
Родитель 063dd640e5
Коммит ab9aede2e5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,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}, \