cosmetic: Organization on the Action class

This commit is contained in:
Felipe Zimmerle
2019-05-02 20:31:15 -03:00
parent 1002058705
commit 156202d10c
191 changed files with 4518 additions and 3637 deletions

View File

@@ -107,12 +107,12 @@
},
"expected": {
"audit_log": "",
"debug_log": "lowercase: \"test",
"debug_log": "lowerCase: \"test",
"error_log": ""
},
"rules": [
"SecRuleEngine On",
"SecRule ARGS \"@contains test \" \"id:1,pass,t:trim,t:lowercase\""
"SecRule ARGS \"@contains test \" \"id:1,pass,t:trim,t:lowerCase\""
]
}
]