[
https://issues.apache.org/jira/browse/CXF-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046617#comment-16046617
]
ASF GitHub Bot commented on CXF-7349:
-------------------------------------
Github user andymc12 commented on the issue:
https://github.com/apache/cxf/pull/270
@deki thanks for the tip. I've merged this change to master and
3.1.x-fixes.
> NPE in ClassLoaderUtils
> -----------------------
>
> Key: CXF-7349
> URL: https://issues.apache.org/jira/browse/CXF-7349
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.1.11
> Reporter: Andy McCright
> Fix For: 3.2.0, 3.1.12
>
>
> A NullPointerException can be thrown when the JVM's boot classloader is set
> as the thread's context classloader. Ex:
> URL url =
> Thread.currentThread().getContextClassLoader().getResource(resourceName);
> The call to getContextClassLoader() could return null - that is a valid
> return from that method. In that case, we should use
> ClassLoader.getSystemClassLoader() instead.
> This issue was reported on in the users mailing list:
> http://cxf.547215.n5.nabble.com/NPE-in-cxf-core-ClassLoaderUtils-possible-bug-td5780007.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)