Adds support to the TX collection and setvar action

This commit is contained in:
Felipe Zimmerle
2015-08-06 23:41:46 -03:00
parent a9e0fbb41e
commit e12d95b10d
11 changed files with 707 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ ACTIONS = \
actions/redirect.cc \
actions/rule_id.cc \
actions/severity.cc \
actions/set_var.cc \
actions/status.cc \
actions/transformations/base64_decode.cc \
actions/transformations/base64_decode_ext.cc \
@@ -123,6 +124,7 @@ libmodsecurity_la_SOURCES = \
rules.cc \
utils.cc \
debug_log.cc \
macro_expansion.cc \
request_body_processor/multipart.cc \
request_body_processor/multipart_blob.cc \
rule.cc \