Fix on top of #1677

This commit is contained in:
Felipe Zimmerle
2018-02-26 17:53:18 -03:00
parent f16eb8b54a
commit dca642369e
4 changed files with 9 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
SecRule ARGS "@contains config_example" "id:10,pass,t:trim"
SecRule ARGS "@missingOperator config_example" "id:11,pass,t:trim"
SecRule ARGS 123 "@missingOperator config_example" "id:11,pass,t:trim"