mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 14:15:46 +03:00
Replaces getKeyWithCollection with getName on VariableValue
This commit is contained in:
committed by
Felipe Zimmerle
parent
ae74d37f96
commit
1eedf3e898
@@ -87,7 +87,7 @@ std::string Operator::resolveMatchMessage(Transaction *t,
|
||||
std::string ret = m_match_message;
|
||||
|
||||
if (ret.empty() == true) {
|
||||
const std::string &key = v->getKeyWithCollection();
|
||||
const std::string &key = v->getName();
|
||||
const std::string &value = v->getValue();
|
||||
if (m_couldContainsMacro == false) {
|
||||
ret = "Matched \"Operator `" + m_op + "' with parameter `" +
|
||||
|
||||
Reference in New Issue
Block a user