netty5/codec-http/src
Ngoc Dao 835f901d5f Fix #5590 QueryStringDecoder#path should decode the path info
Motivation:

Currently, QueryStringDecoder#path simply returns the path info as is, without decoding it as the Javadoc states.

Modifications:

* Make QueryStringDecoder#path decode the path info.
* Add tests to QueryStringDecoderTest.

Result:

QueryStringDecoder#path now decodes the path info as expected.
2016-07-27 09:29:54 +02:00
..
main/java/io/netty/handler/codec Fix #5590 QueryStringDecoder#path should decode the path info 2016-07-27 09:29:54 +02:00
test Fix #5590 QueryStringDecoder#path should decode the path info 2016-07-27 09:29:54 +02:00