Fix parser error while dealing with operator negation

This patch closes the issue #960
This commit is contained in:
Felipe Zimmerle
2016-03-17 18:06:46 -03:00
parent 47a62b98bb
commit e0926fee37
5 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@pmfromfile \" with param \"https://www.modsecurity.org/modsecurity-regression-test.txt\" against REQUEST_FILENAME"
"debug_log":"Executing operator \"@pmfromfile\" with param \"https://www.modsecurity.org/modsecurity-regression-test.txt\" against REQUEST_FILENAME"
},
"rules":[
"SecRuleEngine On",
@@ -88,7 +88,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains \" with param \"somethingelse\" against ARGS."
"debug_log":"Executing operator \"@contains\" with param \"somethingelse\" against ARGS."
},
"rules":[
"SecRuleEngine On",