You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2009/04/28 04:08:30 UTC

[jira] Closed: (HARMONY-6040) DigitalSignature.verifySignature prints stack trace of exception

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

Nathan Beyer closed HARMONY-6040.
---------------------------------


> DigitalSignature.verifySignature prints stack trace of exception
> ----------------------------------------------------------------
>
>                 Key: HARMONY-6040
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6040
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: android
>            Reporter: Matthew Newhook
>            Assignee: Nathan Beyer
>             Fix For: 5.0M9
>
>
> I was wondering whether this mysterious output was coming from in my application. I tracked it down to:
>  public boolean verifySignature(byte[] data) {
>         try {
> ....
>         } catch (Exception e){
>                 e.printStackTrace();
>                 return false;
>         }
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.