Added support for JSON body processor

This commit is contained in:
Ulisses Albuquerque
2013-12-03 13:41:08 -08:00
committed by Felipe Zimmerle
parent 410aca9d78
commit c23097ce18
9 changed files with 421 additions and 7 deletions

View File

@@ -38,6 +38,7 @@ typedef struct msc_parm msc_parm;
#include "msc_multipart.h"
#include "msc_pcre.h"
#include "msc_util.h"
#include "msc_json.h"
#include "msc_xml.h"
#include "msc_geo.h"
#include "msc_gsb.h"
@@ -368,6 +369,7 @@ struct modsec_rec {
multipart_data *mpd; /* MULTIPART processor data structure */
xml_data *xml; /* XML processor data structure */
json_data *json; /* JSON processor data structure */
/* audit logging */
char *new_auditlog_boundary;