-
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.
- clones
-
UNDERTOW-1726 Check Java version in the JDK9AlpnProvider
- Resolved
- is cloned by
-
JBEAP-19632 (7.2.z) UNDERTOW-1726 - Check Java version in the JDK9AlpnProvider
- Closed
- relates to
-
JBEAP-19641 (7.3.z) ELY-1981 - SSL Module missing plugin configuration to assemble multi-version jar
- Closed