[
https://issues.apache.org/jira/browse/HADOOP-10296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139996#comment-14139996
]
Akira AJISAKA commented on HADOOP-10296:
----------------------------------------
Thanks [~rpalamut] for the patch. LGTM, +1 (non-binding).
> null check for requestContentLen is wrong in SwiftRestClient#buildException()
> -----------------------------------------------------------------------------
>
> Key: HADOOP-10296
> URL: https://issues.apache.org/jira/browse/HADOOP-10296
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
> Labels: newbie, patch
> Attachments: HADOOP-10296.1.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)