[ 
https://issues.apache.org/jira/browse/NIFI-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devin Fisher updated NIFI-1560:
-------------------------------
    Component/s: Core Framework

> Error message in LdapProvider is malformed
> ------------------------------------------
>
>                 Key: NIFI-1560
>                 URL: https://issues.apache.org/jira/browse/NIFI-1560
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Devin Fisher
>            Priority: Trivial
>
> The error message for a bad ReferralStrategy uses the variable 
> rawAuthenticationStrategy instead of rawReferralStrategy. Looks like it is a 
> simple copy and paste issue.
>         final ReferralStrategy referralStrategy;
>         try {
>             referralStrategy = ReferralStrategy.valueOf(rawReferralStrategy);
>         } catch (final IllegalArgumentException iae) {
>             throw new ProviderCreationException(String.format("Unrecgonized 
> authentication strategy '%s'. Possible values are [%s]",
>                     **rawAuthenticationStrategy**, 
> StringUtils.join(ReferralStrategy.values(), ", ")));
>         }



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

Reply via email to