You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2015/04/09 04:12:12 UTC

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

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

Christopher Tubbs resolved ACCUMULO-2795.
-----------------------------------------
    Resolution: Won't Fix

Because of the previous reasons, I'm closing this as "Won't Fix", so nobody wastes any unnecessary time on it. If somebody wants to submit a 1.6-specific patch to deal with it, that's fine, too. We can reopen for that.

> 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
>            Assignee: Bob Thorman
>            Priority: Trivial
>              Labels: newbie
>         Attachments: ACCUMULO-2795.patch
>
>
> 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)