[ 
https://issues.apache.org/jira/browse/CXF-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041091#comment-16041091
 ] 

ASF GitHub Bot commented on CXF-7349:
-------------------------------------

Github user deki commented on the issue:

    https://github.com/apache/cxf/pull/270
  
    Nobody can merge Apache repos on Github. Instead you should rebase your 
branch on Apache repo (see http://cxf.apache.org/source-repository.html), 
squash commits and push there.


> 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.3.15#6346)

Reply via email to