dlmarion opened a new pull request, #4982: URL: https://github.com/apache/accumulo/pull/4982
Added conditional support for http/2 to the Monitor web server. I investigated adding http/3 support as it's [documented](https://jetty.org/docs/jetty/11/programming-guide/server/http.html#connector-protocol-http3), but it appears that according to the [code](https://javadoc.jetty.org/jetty-11/org/eclipse/jetty/http3/server/HTTP3ServerConnector.html), it's still experimental and not ready for production. Note that http/2 can be used without TLS, but it appears that when http/2 is used from a browser that the browser enforces TLS. I fixed MontorSslIT to test with and without ssl, and with and without http/2. Closes #4974 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
