Fixed bad test cases

This commit is contained in:
Felipe Zimmerle
2015-10-19 23:05:44 -03:00
parent e7803ebd0f
commit 4a5e6b3e57
5 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@
"enabled": 1,
"version_min": 300000,
"version_max": 0,
"title": "actions :: trim,redirect:http://www.google.com",
"title": "actions :: trim,redirect:'http://www.google.com'",
"client": {
"ip": "200.249.12.31",
"port": 2313
@@ -119,7 +119,7 @@
"SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9",
"SecRule ARGS \"@contains test\" \"id:1,t:trim,redirect:http://www.google.com\""
"SecRule ARGS \"@contains test\" \"id:1,t:trim,redirect:'http://www.google.com'\""
]
},
{
@@ -181,7 +181,7 @@
"SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9",
"SecRule ARGS \"@contains test\" \"id:1,t:trim,status:500,redirect:http://www.google.com\""
"SecRule ARGS \"@contains test\" \"id:1,t:trim,status:500,redirect:'http://www.google.com'\""
]
},
{