HADOOP-14910. Upgrade netty-all jar to latest 4.0.x.Final. Contributed by Vinayakumar B.
This commit is contained in:
parent
d6602b5f39
commit
f29e55bf5e
@ -59,8 +59,7 @@ class ParameterParser {
|
|||||||
private final Map<String, List<String>> params;
|
private final Map<String, List<String>> params;
|
||||||
|
|
||||||
ParameterParser(QueryStringDecoder decoder, Configuration conf) {
|
ParameterParser(QueryStringDecoder decoder, Configuration conf) {
|
||||||
this.path = decodeComponent(decoder.path().substring(WEBHDFS_PREFIX_LENGTH),
|
this.path = decoder.path().substring(WEBHDFS_PREFIX_LENGTH);
|
||||||
StandardCharsets.UTF_8);
|
|
||||||
this.params = decoder.parameters();
|
this.params = decoder.parameters();
|
||||||
this.conf = conf;
|
this.conf = conf;
|
||||||
}
|
}
|
||||||
|
@ -749,7 +749,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
<version>4.0.23.Final</version>
|
<version>4.0.52.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user