mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Collection class was changed to be a simple interface
InMomoryPerProcess class was added to be used where the old Collection was used.
This commit is contained in:
@@ -173,11 +173,13 @@ UTILS = \
|
||||
utils/regex.cc \
|
||||
utils/sha1.cc
|
||||
|
||||
|
||||
libmodsecurity_la_SOURCES = \
|
||||
collection/collection.cc \
|
||||
COLLECTION = \
|
||||
collection/collections.cc \
|
||||
collection/global_collections.cc \
|
||||
collection/backend/in_memory-per_process.cc
|
||||
|
||||
|
||||
libmodsecurity_la_SOURCES = \
|
||||
parser/seclang-parser.yy \
|
||||
parser/seclang-scanner.ll \
|
||||
parser/driver.cc \
|
||||
@@ -199,6 +201,7 @@ libmodsecurity_la_SOURCES = \
|
||||
rule.cc \
|
||||
unique_id.cc \
|
||||
${ACTIONS} \
|
||||
${COLLECTION} \
|
||||
${OPERATORS} \
|
||||
${UTILS} \
|
||||
${VARIABLES}
|
||||
|
Reference in New Issue
Block a user