netty5/codec-http/src/test/java/io/netty
Norman Maurer e33f12f5b8 [#2732] HttpRequestEncoder may produce invalid uri if uri parameters are included.
Motivation:

If the requests contains uri parameters but not path the HttpRequestEncoder does produce an invalid uri while try to add the missing path.

Modifications:

Correctly handle the case of uri with paramaters but no path.

Result:

HttpRequestEncoder produce correct uri in all cases.
2014-08-05 10:13:53 +02:00
..
handler/codec [#2732] HttpRequestEncoder may produce invalid uri if uri parameters are included. 2014-08-05 10:13:53 +02:00