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 2006/10/11 06:40:21 UTC

[jira] Assigned: (HARMONY-1794) [classlib][tools] KeyStoreLoaderSaver throws unhandled IllegalArgumentException

     [ http://issues.apache.org/jira/browse/HARMONY-1794?page=all ]

Stepan Mishura reassigned HARMONY-1794:
---------------------------------------

    Assignee: Stepan Mishura

> [classlib][tools] KeyStoreLoaderSaver throws unhandled IllegalArgumentException
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-1794
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1794
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Anton Rusanov
>         Assigned To: Stepan Mishura
>            Priority: Minor
>         Attachments: patch.txt, regression_test_patch.txt
>
>
> The class throws an unhandled IllegalArgumentException when given a path which is not an URI. 
> The test reproduces the problem:
> import org.apache.harmony.tools.toolutils.KeyStoreLoaderSaver;
> public class URItest {
>     public static void main(String[] args) throws Exception {
>         KeyStoreLoaderSaver.loadStore("/abc", "BKS", "pwd".toCharArray(), null);
>     }
> }
> The patch fixes the problem. It also adds an additional check if the keystore file exists.

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