mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix multipart parser in crlf blobs
This commit is contained in:
@@ -203,9 +203,9 @@ bool Multipart::process(std::string data) {
|
|||||||
|
|
||||||
checkForCrlfLf(block);
|
checkForCrlfLf(block);
|
||||||
|
|
||||||
if (this->crlf) {
|
//if (this->crlf) {
|
||||||
block.erase(0, 1);
|
// block.erase(0, 1);
|
||||||
}
|
//}
|
||||||
|
|
||||||
blobs.push_back(block);
|
blobs.push_back(block);
|
||||||
lastValidBoundary = end;
|
lastValidBoundary = end;
|
||||||
|
Reference in New Issue
Block a user