mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Enhanced multipart parsing to support quotted boundaries and LF line terminators (RFC demands CRLF but some applications use only LF).
This commit is contained in:
@@ -64,6 +64,7 @@ struct multipart_data {
|
||||
* parts end and new begin
|
||||
*/
|
||||
char *boundary;
|
||||
int boundary_quoted;
|
||||
|
||||
/* internal buffer and other variables
|
||||
* used while parsing
|
||||
|
Reference in New Issue
Block a user