EAP 7.1 Undertow's default configurations define a new HTTPS listener, and enable HTTP2:
- <http-listener name="default" socket-binding="http" redirect-socket="https"/> + <http-listener name="default" socket-binding="http" redirect-socket="https" enable-http2="true"/> + <https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="true"/>
Migrations to EAP 7.1 should introduce such changes in configurations.
- blocks
-
CMTOOL-78 JBoss EAP 7.1 Support
- Closed