mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix request directives test cases
This commit is contained in:
parent
575314fe59
commit
10659ad14d
@ -578,10 +578,10 @@
|
|||||||
SecRequestBodyLimit 131072
|
SecRequestBodyLimit 131072
|
||||||
),
|
),
|
||||||
match_log => {
|
match_log => {
|
||||||
-debug => [ qr/Request body is larger than the configured limit/, 1],
|
error => [ qr/Multipart parsing error: Multipart: Final boundary missing./, 1],
|
||||||
},
|
},
|
||||||
match_response => {
|
match_response => {
|
||||||
status => qr/^200$/,
|
status => qr/^500$/,
|
||||||
},
|
},
|
||||||
request => normalize_raw_request_data(
|
request => normalize_raw_request_data(
|
||||||
qq(
|
qq(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user