Github user joewitt commented on the issue:

    https://github.com/apache/nifi/pull/1795
  
    hello @pipern.  Thanks for contributing.  If i'm reading this right it 
looks like what this will do is grab the first matching section of a multi-part 
request.  The current behavior before the patch would be to, i believe, grab 
all of the request as the flow file content.  Given that, it seems like rather 
than altering this processor to grab just the first match we'd either want to 
alter it to grab each section as new flow files OR perhaps better yet have a 
different processor which understands how to extract out the specific parts 
into individual flowfiles.  ExtractMultiPartHttp for example could take as 
input the entire request body in a flowfile that came from ListenHTTP and this 
new processor could create child objects which are each of the parts.
    
    What do you think about that?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to