[
https://issues.apache.org/jira/browse/NIFI-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431457#comment-15431457
]
ASF subversion and git services commented on NIFI-2619:
-------------------------------------------------------
Commit 7123a1a2761d238b2d1e300e33f2f3ade54347e1 in nifi's branch
refs/heads/master from [~mattyb149]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=7123a1a ]
NIFI-2619: Added unit test showing bugs, Added logic to ClassLoaderUtils to
trim module paths and accept URLs
Signed-off-by: Yolanda M. Davis <[email protected]>
This closes #907
> ClassLoaderUtils doesn't support spaces between paths or URLs in the paths
> --------------------------------------------------------------------------
>
> Key: NIFI-2619
> URL: https://issues.apache.org/jira/browse/NIFI-2619
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Matt Burgess
> Assignee: Matt Burgess
>
> ClassLoaderUtils.getCustomClassLoader() splits a module path list on a comma,
> but doesn't trim the individual entries.
> Also in ClassLoaderUtils.getURLsForClasspath(), it is assumed that the paths
> are Files, but they could also already be URLs. Logic should be added to
> check if the path is already a valid URL, and add it to the list if so.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)