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

Derek Dagit updated HDFS-4172:
------------------------------

    Attachment: HDFS-4172.patch

Fixes to unit test failures.

Created Param.getValueString() to properly return a String of the Param value.
                
> 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
>         Attachments: HDFS-4172.patch
>
>
> Param values such as
> foo&bar
> or 
> foo=bar
> Are not escaped in Param.toSortedString()
> When these are given as, say, token parameter values, a string like
> &token=foo&bar&token=foo=bar
> 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