netty5/codec-http2/src/test/java/io
fratboy 6241bb059c [#4244] Convert urlencoded uri to http2 path correctly
Motivation:

HttpConversionUtil.toHttp2Headers does not convert urlencoded uri to http2 path properly.

Modifications:

Use getRawPath(), getRawQuery(), getRawFragment() in java.net.URI when converts to http2 path

Result:

HttpConversionUtil.toHttp2Headers does not urldecode uri unproperly.
2015-09-21 16:30:59 -07:00
..
netty/handler/codec/http2 [#4244] Convert urlencoded uri to http2 path correctly 2015-09-21 16:30:59 -07:00