Added MULTIPART_NAME and MULTIPART_FILENAME variables

This commit is contained in:
Breno Silva
2013-03-04 11:54:13 -04:00
parent bc65c3e40f
commit 4db1f51f39
3 changed files with 44 additions and 0 deletions

View File

@@ -355,6 +355,8 @@ struct modsec_rec {
apr_size_t msc_reqbody_no_files_length;
char *multipart_filename;
char *multipart_name;
multipart_data *mpd; /* MULTIPART processor data structure */
xml_data *xml; /* XML processor data structure */