[
https://issues.apache.org/jira/browse/HADOOP-14929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248238#comment-16248238
]
Hudson commented on HADOOP-14929:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13220 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13220/])
HADOOP-14929. Cleanup usage of decodecomponent and use (arp: rev
1d6f8bebe9d20c958e419c140109e3d9fec8cb46)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/TestParameterParser.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/ParameterParser.java
> Cleanup usage of decodecomponent and use QueryStringDecoder from netty
> ----------------------------------------------------------------------
>
> Key: HADOOP-14929
> URL: https://issues.apache.org/jira/browse/HADOOP-14929
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Bharat Viswanadham
> Assignee: Bharat Viswanadham
> Fix For: 3.1.0
>
> Attachments: HADOOP-14929.00.patch, HADOOP-14929.01.patch,
> HADOOP-14929.02.patch, HADOOP-14929.03.patch
>
>
> This is from the review of HADOOP-14910
> There is also other place usage of
> decodeComponent(param(CreateFlagParam.NAME), StandardCharsets.UTF_8);
> In ParameterParser.java Line 147-148:
> String cf = decodeComponent(param(CreateFlagParam.NAME),
> StandardCharsets.UTF_8);
> Use QueryStringDecoder from netty here too and cleanup the decodeComponent.
> Actually this is added for netty issue only.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]