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:
Родитель
063dd640e5
Коммит
ab9aede2e5
|
@ -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}, \
|
||||
|
|
Загрузка…
Ссылка в новой задаче