Removes SecDebugLog directive from the test cases

This commit is contained in:
Felipe Zimmerle
2016-10-18 18:23:35 -03:00
parent 8ac15e2915
commit f3bbcfc7ef
114 changed files with 69 additions and 547 deletions

View File

@@ -35,8 +35,6 @@
},
"rules":[
"SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9",
"SecRule ARGS_NAMES \"@contains test \" \"id:1,pass,t:trim\""
]
},
@@ -76,8 +74,6 @@
},
"rules":[
"SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9",
"SecRule ARGS_NAMES \"@contains test \" \"id:1,pass,t:trim\""
]
},
@@ -122,8 +118,6 @@
},
"rules":[
"SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9",
"SecRule ARGS_NAMES \"@contains test \" \"id:1,phase:3,pass,t:trim\""
]
},
@@ -168,8 +162,6 @@
},
"rules":[
"SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9",
"SecRule ARGS_NAMES \"@contains test \" \"id:1,phase:3,pass,t:trim\""
]
}