jetty.project/jetty-client
Simone Bordet 9f896c6390 Fixes #6624 - Non-domain SNI on java17
Java 17 only allows letter|digit|hyphen characters for SNI names.

While we could bypass this restriction on the client, when the SNI bytes arrive to the server they will be verified and if not allowed the TLS handshake will fail.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
(cherry picked from commit 693663a4ce)
2021-08-19 13:56:29 +02:00
..
src Fixes #6624 - Non-domain SNI on java17 2021-08-19 13:56:29 +02:00
pom.xml #6327 enable disabled HttpConnectionLifecycleTest tests, using awaitility to remove wasteful sleeps 2021-08-12 10:47:24 +02:00