You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bob Thorman (JIRA)" <ji...@apache.org> on 2015/04/03 16:38:53 UTC

[jira] [Commented] (ACCUMULO-2795) FileInputStream is not closed in CertUtils#createPublicCert()

    [ https://issues.apache.org/jira/browse/ACCUMULO-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394491#comment-14394491 ] 

Bob Thorman commented on ACCUMULO-2795:
---------------------------------------

I'm trying to work on this one to get started as a contributor.  Do I have to create a patch for each 1.6.x branch?

> FileInputStream is not closed in CertUtils#createPublicCert()
> -------------------------------------------------------------
>
>                 Key: ACCUMULO-2795
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2795
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>            Reporter: Ted Yu
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 1.7.0, 1.6.3
>
>
> In createPublicCert() of test/src/test/java/org/apache/accumulo/test/util/CertUtils.java :
> {code}
>     signerKeystore.load(new FileInputStream(rootKeystorePath), signerPasswordArray);
> {code}
> The FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)