You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/11 17:00:01 UTC

[jira] [Commented] (NIFI-1490) Add multipart request support to ListenHTTP Processor

    [ https://issues.apache.org/jira/browse/NIFI-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286252#comment-16286252 ] 

ASF GitHub Bot commented on NIFI-1490:
--------------------------------------

Github user joewitt commented on the issue:

    https://github.com/apache/nifi/pull/1795
  
    @pipern Do you mind rebasing and pushing the latest ?
    
    Apologies for this falling through the review cracks.  If anyone has time soon please do take a look/test.


> Add multipart request support to ListenHTTP Processor
> -----------------------------------------------------
>
>                 Key: NIFI-1490
>                 URL: https://issues.apache.org/jira/browse/NIFI-1490
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Andrew Serff
>
> The current ListenHTTP processor does not seem to support multipart requests that are encoded with multipart/form-data.  When a multipart request is received, the ListenHTTPServlet just copies the Request InputStream to the FlowFiles content which leaves the form encoding wrapper in the content and in turn makes the file invalid. 
> Specifically, we want to be able to support file uploads in a multipart request. 
> See this thread in the mailing list for more info: http://mail-archives.apache.org/mod_mbox/nifi-users/201602.mbox/%3C6DE9CEEF-2A37-480F-8D3C-5028C590FD9E%40acesinc.net%3E



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)