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

[jira] Updated: (HARMONY-4916) [classlib][security]Harmony fails to get "MD5withRSA" signature under Turkish locale.

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

Alexey Varlamov updated HARMONY-4916:
-------------------------------------

    Component/s: Classlib

> [classlib][security]Harmony fails to get "MD5withRSA" signature under Turkish locale.
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4916
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4916
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>
> Here is an example:
>         // Enfore that providers information has been loaded.
>         Signature.getInstance("DSA");
>         
>         Locale defaultLocale = Locale.getDefault();
>         try {
>             Locale.setDefault(new Locale("tr"));
>             Signature.getInstance("MD5withRSA");
>         } finally {
>             Locale.setDefault(defaultLocale);
>         }
> 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.