Adds support to the INBOUND_DATA_ERROR variable and SecRequestBodyLimit direc.

This commit is contained in:
Felipe Zimmerle
2015-07-21 02:14:47 -03:00
parent 95c2fed89c
commit 9c066e3198
8 changed files with 138 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
Driver::Driver()
: trace_scanning(false),
trace_parsing(false),
requestBodyLimit(0),
audit_log(new ModSecurity::AuditLog()) {
}