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

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

Github user markap14 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/915#discussion_r75856424
  
    --- Diff: nifi-assembly/NOTICE ---
    @@ -909,6 +909,11 @@ The following binary components are provided under the 
Apache Software License v
                 Expert Group and released to the public domain, as explained at
                 http://creativecommons.org/publicdomain/zero/1.0/
     
    +  (ASLv2) LittleProxy
    --- End diff --
    
    @ijokarumawak This should not need to be added to the NOTICE, as it is a 
test dependency only.


> HTTP Site-to-Site fails with java.nio.channels.AsynchronousCloseException 
> when sending through proxy that requires authentication
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-2525
>                 URL: https://issues.apache.org/jira/browse/NIFI-2525
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.0.0
>            Reporter: Koji Kawamura
>             Fix For: 1.0.0
>
>
> Pulling data using Remote Process Group from output port works.
> However, pushing data using Remote Process Group to input port fails with 
> AsynchronousCloseException.
> A RPG sends data via POST, then a proxy server returns 407: proxy auth 
> required. After this, the RPG should resend the request with credential, but 
> the data channel is already closed.
> Currently, it uses chunked encoding so that it can stream data to send. 
> Sending actual data twice won't be efficient. We need to do the 
> authentication before start reading flow-file stream.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to