Host name check depends on the protocole used

Issue #143 closed
jjoannes created an issue

While using an invalid (according to the RFC RFC 1123) host name (which contains a "_") I didn't get the same behavior when using WS or TCP. With WS I get:

Caused by: java.net.URISyntaxException: Illegal character in hostname at index ...

While with TCP there is no error. IMHO the behavior should be the same whatever the protocol...

Comments (3)

  1. Log in to comment