Introduces ActionWithExecution

This commit is contained in:
Felipe Zimmerle
2020-06-08 13:09:47 -03:00
parent 0a8c808f7a
commit a733313589
65 changed files with 739 additions and 606 deletions

View File

@@ -32,7 +32,7 @@ namespace modsecurity {
namespace actions {
bool SetENV::execute(Transaction *t) noexcept {
bool SetENV::execute(Transaction *t) const noexcept {
std::string colNameExpanded(getEvaluatedRunTimeString(t));
ms_dbg_a(t, 8, "Setting envoriment variable: "