You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/03/20 10:25:32 UTC

[jira] Commented: (HARMONY-3332) [classlib][luni]URLClassLoader throws NullPointerException while load an implementation class of a security provider in a jar which is signed.

    [ https://issues.apache.org/jira/browse/HARMONY-3332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482343 ] 

Paulex Yang commented on HARMONY-3332:
--------------------------------------

Leo, I have concerns on the regression test you provided, obviously it cannot pass on RI, neither on Harmony if BC is not used as security provider, possible to modify it and load all classes read from security.provider.x via Security.getProperty(String)? 

> [classlib][luni]URLClassLoader throws NullPointerException while load an implementation class of a security provider  in a jar which is signed. 
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3332
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3332
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Assigned To: Paulex Yang
>         Attachments: patch-3332.zip
>
>
> Here is a testcase:
>           public void testLoadClass()
>          {
>           Class.forName("org.bouncycastle.jce.provider.BouncyCastleProvider");
>          }
> RI passes.
> Harmony fails.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.