mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix some strange breakline situation in apache24
This commit is contained in:
@@ -59,8 +59,8 @@ SecRule REQBODY_ERROR "!@eq 0" \
|
|||||||
# _not_ to remove it altogether.
|
# _not_ to remove it altogether.
|
||||||
#
|
#
|
||||||
SecRule MULTIPART_STRICT_ERROR "!@eq 0" \
|
SecRule MULTIPART_STRICT_ERROR "!@eq 0" \
|
||||||
"id:'200002',phase:2,t:none,log,deny,status:44,msg:'Multipart request body \
|
"id:'200002',phase:2,t:none,log,deny,status:44, \
|
||||||
failed strict validation: \
|
msg:'Multipart request body failed strict validation: \
|
||||||
PE %{REQBODY_PROCESSOR_ERROR}, \
|
PE %{REQBODY_PROCESSOR_ERROR}, \
|
||||||
BQ %{MULTIPART_BOUNDARY_QUOTED}, \
|
BQ %{MULTIPART_BOUNDARY_QUOTED}, \
|
||||||
BW %{MULTIPART_BOUNDARY_WHITESPACE}, \
|
BW %{MULTIPART_BOUNDARY_WHITESPACE}, \
|
||||||
|
Reference in New Issue
Block a user