mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
Adds new method for rule merge
IMPORTANT: SecDefaultAction specified on a child configuration will overwrite the ones specified on the parent; Previously it was concatenating.
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
},
|
||||
"expected":{
|
||||
"http_code": 200,
|
||||
"debug_log": "Running action: log"
|
||||
"debug_log": "Rule returned 1"
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
@@ -167,7 +167,7 @@
|
||||
},
|
||||
"expected":{
|
||||
"http_code": 200,
|
||||
"debug_log": "Running action: log"
|
||||
"debug_log": "Rule returned 1"
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
|
||||
Reference in New Issue
Block a user