You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2007/02/12 11:57:06 UTC

[jira] Resolved: (HARMONY-2761) [classlib][security] Security.getProviders throws NumberFormatException unexpectedly

     [ https://issues.apache.org/jira/browse/HARMONY-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura resolved HARMONY-2761.
-------------------------------------

    Resolution: Fixed

Thanks Leo, the issue was fixed in SECURITY module at r506411. The issue with empty attribute value will be resolved separately in HARMONY-3154.

Please check that the issue was resolved as you expected.

> [classlib][security] Security.getProviders throws NumberFormatException unexpectedly
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2761
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2761
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Assigned To: Stepan Mishura
>         Attachments: patch-2761.diff
>
>
> Here is a testcase:
> public void testgetProviders()
> {
>     Provider[] providers = Security.getProviders("Signature.SHA1withDSA KeySize:512");
> }
> RI passes.
> Harmony fails with throwing NumberFormatException.

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