Github user pipern commented on the issue:
https://github.com/apache/nifi/pull/1795
Do you think it's worth it @joewitt , since maybe this PR should be
rejected and someone works on ExtractMultiPartHttp instead? (I'd like to, but
can't commit to it. Maybe over Christmas...)
The decision of ExtractMultiPartHttp vs. an extracting-ListenHTTP maybe
comes down to how we want errors send back to the client. If we want to be able
to tell the HTTP client that their MultiPart was not well-formed, we'd have to
do it in ListenHTTP, right? (Which potentially invalidates my first paragraph.)
---