Adds support to JSON request body parser

This commit is contained in:
Felipe Zimmerle
2016-06-29 18:31:27 -03:00
parent 2477470607
commit 90adb53935
10 changed files with 551 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ ACTIONS = \
actions/capture.cc \
actions/chain.cc \
actions/ctl_audit_log_parts.cc \
actions/ctl_request_body_processor_json.cc \
actions/ctl_request_body_processor_xml.cc \
actions/init_col.cc \
actions/deny.cc \
@@ -202,7 +203,8 @@ COLLECTION = \
BODY_PROCESSORS = \
request_body_processor/multipart.cc \
request_body_processor/xml.cc
request_body_processor/xml.cc \
request_body_processor/json.cc
libmodsecurity_la_SOURCES = \