You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/04/06 20:41:26 UTC

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

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


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

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-317?page=all ]

Stepan Mishura closed HARMONY-317.
----------------------------------

    Resolution: Duplicate

Resolved by HARMONY-756.

> javax.security.cert.X509Certificate.getInstance exception behaviour differs from RI
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-317
>                 URL: http://issues.apache.org/jira/browse/HARMONY-317
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Mark Hindess
>         Assigned To: 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

        

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

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ 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