Derek Dagit created HDFS-4172:
---------------------------------

             Summary: namenode does not URI-encode parameters when building URI 
for datanode request
                 Key: HDFS-4172
                 URL: https://issues.apache.org/jira/browse/HDFS-4172
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
    Affects Versions: 0.23.4
            Reporter: Derek Dagit
            Assignee: Derek Dagit
            Priority: Minor
             Fix For: 3.0.0, 2.0.3-alpha, 0.23.5


Param values such as

foo&bar

or 

foo=bar

Are not escaped in Param.toSortedString()

When these are given, a string like

&renewer=renewer%3Dequal&token=token%26ampersand

is returned.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to