mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix request directives test cases
This commit is contained in:
parent
575314fe59
commit
10659ad14d
@ -578,10 +578,10 @@
|
||||
SecRequestBodyLimit 131072
|
||||
),
|
||||
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 => {
|
||||
status => qr/^200$/,
|
||||
status => qr/^500$/,
|
||||
},
|
||||
request => normalize_raw_request_data(
|
||||
qq(
|
||||
|
Loading…
x
Reference in New Issue
Block a user