Revert "Treating ARGS_NAMES as an array instead of scalar"

This reverts commit 1d3c4c670d.
This commit is contained in:
Felipe Zimmerle
2017-08-23 23:55:02 -03:00
parent 43e3ff91e8
commit 9069a453e5
18 changed files with 3731 additions and 3068 deletions

View File

@@ -17,7 +17,7 @@
"User-Agent":"curl/7.38.0",
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"uri":"/?key1=value&key2=other_value",
"method":"GET"
},
"response":{
@@ -31,7 +31,7 @@
]
},
"expected":{
"debug_log":"Target value: \"key\""
"debug_log":"Target value: \"key1\""
},
"rules":[
"SecRuleEngine On",
@@ -56,7 +56,7 @@
"User-Agent":"curl/7.38.0",
"Accept":"*/*"
},
"uri":"/?key=value&key=other_value",
"uri":"/?key1=value&key2=other_value",
"method":"GET"
},
"response":{
@@ -70,7 +70,7 @@
]
},
"expected":{
"debug_log":"Target value: \"key\""
"debug_log":"Target value: \"key2\""
},
"rules":[
"SecRuleEngine On",
@@ -158,7 +158,7 @@
]
},
"expected":{
"debug_log":"Target value: \"param1\" "
"debug_log":"Target value: \"param2\""
},
"rules":[
"SecRuleEngine On",