mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Added MULTIPART_NAME and MULTIPART_FILENAME variables
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user