You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Kari Tuurihalme (JIRA)" <ji...@apache.org> on 2019/03/13 10:10:00 UTC

[jira] [Created] (NETBEANS-2250) Security Exception leaks from Bootstrap ModuleManager

Kari Tuurihalme created NETBEANS-2250:
-----------------------------------------

             Summary: Security Exception leaks from Bootstrap ModuleManager
                 Key: NETBEANS-2250
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2250
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 10.0
            Reporter: Kari Tuurihalme


In Bootstrap ModuleManager.java at line 458 (inside updateContextClassLoaders) there is a call

ts[i].getContextClassLoader()

that can cause SecurityException. However the try-catch for the exception is only for the set method couple lines later. This should be refactored to cover both method calls.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists