You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/01/28 01:13:37 UTC

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

Ted Yu created HADOOP-10296:
-------------------------------

             Summary: 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


{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.1.5#6160)