mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -35,7 +35,7 @@ CompressWhitespace::CompressWhitespace(const std::string &action)
|
||||
this->action_kind = 1;
|
||||
}
|
||||
|
||||
std::string CompressWhitespace::evaluate(const std::string &value,
|
||||
std::string CompressWhitespace::execute(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
|
||||
std::string a;
|
||||
|
||||
Reference in New Issue
Block a user