[
https://issues.apache.org/jira/browse/HADOOP-10296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated HADOOP-10296:
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
I've committed this to trunk and branch-2. Thanks [~Rahul Palamuttam] and
[~kanaka] for the contribution.
> Incorrect null check in SwiftRestClient#buildException()
> --------------------------------------------------------
>
> Key: HADOOP-10296
> URL: https://issues.apache.org/jira/browse/HADOOP-10296
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: Ted Yu
> Assignee: Kanaka Kumar Avvaru
> Priority: Minor
> Labels: newbie
> Fix For: 2.8.0
>
> Attachments: HADOOP-10296.1.patch, HADOOP-10296.2.patch
>
>
> {code}
> if (requestContentLen!=null) {
> errorText.append(" available
> ").append(availableContentRange.getValue());
> }
> {code}
> The null check should be for availableContentRange
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)