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)

Reply via email to