[ http://issues.apache.org/jira/browse/HARMONY-1185?page=all ]
Mikhail Loenko reassigned HARMONY-1185:
---------------------------------------
Assignee: Mikhail Loenko
> org.apache.harmony.crypto.utils.AlgNameMapper discards mappings which should be allowed
> ---------------------------------------------------------------------------------------
>
> Key: HARMONY-1185
> URL: http://issues.apache.org/jira/browse/HARMONY-1185
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Reporter: Anton Rusanov
> Assigned To: Mikhail Loenko
> Attachments: patch.txt
>
>
> According to comments in the code org.apache.harmony.crypto.utils.AlgNameMapper discards
some algorithm->OID and OID->algorithm mappings which should not be discarded during
initialization. Only mappings that override the hardcoded mappings should be rejected, but
many of additional ones are rejected too.
> The patch fixes the problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|