[
https://issues.apache.org/jira/browse/ACCUMULO-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated ACCUMULO-2795:
----------------------------------
Affects Version/s: 1.6.0
Fix Version/s: 1.7.0
1.6.1
confirmed it exists in 1.6.0. we'll need a fix specific to the 1.6.x line even
if this gets taken care of in master via ACCUMULO-2627
> 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.6.1, 1.7.0
>
>
> 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.2#6252)