You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/05/06 05:39:21 UTC

[jira] [Updated] (HADOOP-10296) null check for requestContentLen is wrong in SwiftRestClient#buildException()

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

Allen Wittenauer updated HADOOP-10296:
--------------------------------------
    Labels: BB2015-05-TBR newbie patch  (was: newbie patch)

> 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
>    Affects Versions: 2.3.0
>            Reporter: Ted Yu
>            Priority: Minor
>              Labels: BB2015-05-TBR, 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)