mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Update a regression test due to changed error message.
This commit is contained in:
@@ -166,7 +166,7 @@
|
|||||||
SecRequestBodyLimit 5
|
SecRequestBodyLimit 5
|
||||||
),
|
),
|
||||||
match_log => {
|
match_log => {
|
||||||
error => [ qr/Request body is larger than the configured limit \(5\)\./, 1 ],
|
error => [ qr/Request body .*is larger than the configured limit \(5\)\./, 1 ],
|
||||||
},
|
},
|
||||||
match_response => {
|
match_response => {
|
||||||
status => qr/^413$/,
|
status => qr/^413$/,
|
||||||
|
Reference in New Issue
Block a user