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/04/07 05:00:43 UTC

[jira] Assigned: (HARMONY-317) javax.security.cert.X509Certificate.getInstance exception behaviour differs from RI

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

Stepan Mishura reassigned HARMONY-317:
--------------------------------------

    Assign To: Stepan Mishura

> javax.security.cert.X509Certificate.getInstance exception behaviour differs from RI
> -----------------------------------------------------------------------------------
>
>          Key: HARMONY-317
>          URL: http://issues.apache.org/jira/browse/HARMONY-317
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Trivial

>
> javax.security.cert.X509Certificate.getInstance method doesn't match reference behaviour. It throws NullPointerExceptions when the RI throws CertificateExceptions. See log below for details.
> RI is Sun Microsystems Inc. 1.5.0_06
> Test is harmony classlib
> javax.security.cert.X509Certificate.getInstance((java.io.InputStream)null):
>   RI throws javax.security.cert.CertificateException: Unsupported argument type
>   Test throws java.lang.NullPointerException: null
> javax.security.cert.X509Certificate.getInstance(byte_array_null):
>   RI throws javax.security.cert.CertificateException: Unsupported argument type
>   Test throws java.lang.NullPointerException: null

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