Skip to content

Commit 9bf5ac2

Browse files
defanatorFelipe Zimmerle
authored and
Felipe Zimmerle
committed
tests: remove deprecated SecRequestBodyInMemoryLimit
1 parent c74517b commit 9bf5ac2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/modsecurity-request-body.t

-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ http {
6464
modsecurity_rules '
6565
SecRuleEngine On
6666
SecRequestBodyAccess On
67-
SecRequestBodyInMemoryLimit 128
6867
SecRequestBodyLimit 128
6968
SecRequestBodyLimitAction Reject
7069
SecRule REQUEST_BODY "@rx BAD BODY" "id:31,phase:request,deny,log,status:403"
@@ -76,7 +75,6 @@ http {
7675
modsecurity_rules '
7776
SecRuleEngine On
7877
SecRequestBodyAccess On
79-
SecRequestBodyInMemoryLimit 128
8078
SecRequestBodyLimit 128
8179
SecRequestBodyLimitAction ProcessPartial
8280
SecRule REQUEST_BODY "@rx BAD BODY" "id:41,phase:request,deny,log,status:403"

0 commit comments

Comments
 (0)