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:09:32 UTC

[jira] Assigned: (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:all-tabpanel ]

Paulex Yang reassigned HARMONY-3332:
------------------------------------

    Assignee: Paulex Yang

> [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.