mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Makes multipart debug messages goes over modsec debug log not stdout
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
namespace ModSecurity {
|
||||
namespace RequestBodyProcessor {
|
||||
|
||||
Multipart::Multipart(std:: string header)
|
||||
Multipart::Multipart(std:: string header, Assay *assay)
|
||||
: crlf(false),
|
||||
containsDataAfter(false),
|
||||
containsDataBefore(false),
|
||||
@@ -33,6 +33,7 @@ Multipart::Multipart(std:: string header)
|
||||
invalidQuote(false),
|
||||
boundaryStartsWithWhiteSpace(false),
|
||||
boundaryIsQuoted(false),
|
||||
m_assay(assay),
|
||||
m_header(header) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user