[
https://issues.apache.org/jira/browse/NIFI-6904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16981784#comment-16981784
]
ASF subversion and git services commented on NIFI-6904:
-------------------------------------------------------
Commit dd620680b1e3e053acfc7c1b1e3f000de57351c8 in nifi's branch
refs/heads/master from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dd62068 ]
NIFI-6904 Moving ClassLoader creation before Authorizer instantiation
This closes #3903
> 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
> Priority: Minor
> Fix For: 1.11.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)