[
https://issues.apache.org/jira/browse/HADOOP-11095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HADOOP-11095:
--------------------------------------
Labels: BB2015-05-TBR (was: )
> How about Null check when closing inputstream object in
> JavaKeyStoreProvider#() ?
> ---------------------------------------------------------------------------------
>
> Key: HADOOP-11095
> URL: https://issues.apache.org/jira/browse/HADOOP-11095
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.5.1
> Reporter: skrho
> Priority: Minor
> Labels: BB2015-05-TBR
> Attachments: HADOOP-11095_001.patch
>
>
> In the finally block:
> InputStream is = pwdFile.openStream();
> try {
> password = IOUtils.toCharArray(is);
> } finally {
> is.close();
> }
>
> How about Null check when closing inputstream object?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)