mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix some strange breakline situation in apache24
This commit is contained in:
parent
b64185024c
commit
2403a1a549
@ -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}, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user