huw0 commented on code in PR #1454:
URL: https://github.com/apache/cxf/pull/1454#discussion_r1344734046
##########
rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.java:
##########
@@ -697,7 +697,8 @@ AbstractConnector
createConnectorJetty(SslContextFactory.Server sslcf, String ho
final SslConnectionFactory scf = new
SslConnectionFactory(sslcf, alpn.getProtocol());
connectionFactories.add(scf);
Review Comment:
I've made these changes. When running the CXF Jetty demo, the ordering now
matches that of the Jetty example.
`INFO: Started ServerConnector@11eadcba{ssl, (ssl, alpn, h2,
http/1.1)}{0.0.0.0:9000}`
--
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]