Renames class Assay to Transaction

This commit is contained in:
Felipe Zimmerle
2016-01-13 14:38:37 -03:00
parent f3fd5d6621
commit a51e707517
249 changed files with 2961 additions and 1235 deletions

View File

@@ -24,9 +24,9 @@ namespace modsecurity {
namespace operators {
bool Within::evaluate(Assay *assay, const std::string &str) {
bool Within::evaluate(Transaction *transaction, const std::string &str) {
bool res = false;
std::string paramTarget = MacroExpansion::expand(param, assay);
std::string paramTarget = MacroExpansion::expand(param, transaction);
if (str.empty()) {
return true;