You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2015/10/01 22:24:26 UTC

[jira] [Commented] (NIFI-980) Add support for HTTP Digest authentication to InvokeHttp

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

Matt Gilman commented on NIFI-980:
----------------------------------

[~JPercivall] The patch uses Authenticator.setDefault() which is a static call and sets a system-wide Authenticator. I'm afraid it may have implications outside the context of the instance configured for digest auth. Thinking it may affect any component that has a dependency or uses the Authenticator. Looking for confirmation one way or another...

> Add support for HTTP Digest authentication to InvokeHttp
> --------------------------------------------------------
>
>                 Key: NIFI-980
>                 URL: https://issues.apache.org/jira/browse/NIFI-980
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Gilman
>            Assignee: Joseph Percivall
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: NIFI-980.patch
>
>
> Currently InvokeHttp supports Basic authentication over HTTP and HTTPs and two way SSL. It would be nice to also support Digest authentication.



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