You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2019/11/25 14:12:00 UTC

[jira] [Created] (NIFI-6904) AuthorizerFactoryBean additional classpath not applied correctly

Bryan Bende created NIFI-6904:
---------------------------------

             Summary: AuthorizerFactoryBean additional classpath not applied correctly
                 Key: NIFI-6904
                 URL: https://issues.apache.org/jira/browse/NIFI-6904
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Bryan Bende
            Assignee: Bryan Bende
             Fix For: 1.11.0


The AuthorizerFactoryBean takes the additional classpath resources and adds them to a new class loader for the authorizer, except it does this after already instantiating the authorizer and calling onConfigured, so the authorizer won't be able to leverage that classpath in a constructor or onConfigured.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)