HADOOP-14910. Upgrade netty-all jar to latest 4.0.x.Final. Contributed by Vinayakumar B.

This commit is contained in:
Jitendra Pandey 2017-10-10 11:00:07 -07:00
parent d6602b5f39
commit f29e55bf5e
2 changed files with 2 additions and 3 deletions

View File

@ -59,8 +59,7 @@ class ParameterParser {
private final Map<String, List<String>> params;
ParameterParser(QueryStringDecoder decoder, Configuration conf) {
this.path = decodeComponent(decoder.path().substring(WEBHDFS_PREFIX_LENGTH),
StandardCharsets.UTF_8);
this.path = decoder.path().substring(WEBHDFS_PREFIX_LENGTH);
this.params = decoder.parameters();
this.conf = conf;
}

View File

@ -749,7 +749,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.23.Final</version>
<version>4.0.52.Final</version>
</dependency>
<dependency>