netty5/codec-http/src
Norman Maurer e25a29a180 [#4505] Correctly handle whitespaces in websocket uri's.
Motivation:

If a uri contains whitespaces we need to ensure we correctly escape these when creating the request for the handshake.

Modifications:

- Correctly encode path for uri
- Add tests

Result:

Correctly handle whitespaces when doing websocket upgrade requests.
2015-12-10 13:52:47 +01:00
..
main/java/io/netty/handler/codec [#4505] Correctly handle whitespaces in websocket uri's. 2015-12-10 13:52:47 +01:00
test [#4505] Correctly handle whitespaces in websocket uri's. 2015-12-10 13:52:47 +01:00