mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Actions refactoring: now there is a clear definiation on the action name
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"debug_log": " trim: \"value2\""
|
||||
"debug_log": " t:trim: \"value2\""
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
@@ -174,7 +174,7 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"debug_log": " trim: \"value2\""
|
||||
"debug_log": " t:trim: \"value2\""
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
|
Reference in New Issue
Block a user