-
Bug
-
Resolution: Done
-
Major
-
None
There was a Java 8 backport of ALPN support in Java 8 251/252. Also see the release notes. The reasoning was explain in an email.
Since these new methods exist on the newest versions of Java 8 there is an attempt to use the JDK9AlpnProvider. If the SSLEngine provided however does not implement these methods there would be issues. A property called io.undertow.protocols.alpn.jdk8 will be introduced to disable this check for SSL engines that run on JDK8 and support the new methods.
- causes
-
JBEAP-20279 HTTP2 is not working with Oracle JDK8 u261
- Closed
-
WFLY-13924 HTTP2 is not working with Oracle JDK8 u261
- Closed
- is cloned by
-
JBEAP-19631 (7.3.z) UNDERTOW-1726 - Check Java version in the JDK9AlpnProvider
- Closed
- is related to
-
ELY-2026 UnsupportedOperationException in SSLEngine using jdk 251+
- Resolved
-
UNDERTOW-1725 JDK9AlpnProvider throws UnsupportedOperationException
- Closed
-
UNDERTOW-1796 Change the default value of the io.undertow.protocols.alpn.jdk8 to true
- Resolved
- relates to
-
UNDERTOW-1778 Http2ClientTestCase fails because HTTP2 is not enabled
- Resolved
-
WFCORE-5133 SNICombinedWithALPNTestCase fails with oracle JDK 8 261
- Closed