-
Task
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
Undefined
Currently the io.undertow.protocols.alpn.jdk8 default to false. This was done in UNDERTOW-1726 as the default SSLEngine and SSLParameters throws UnsupportedOperationException's for these newly introduced methods. However by default most JDK's/JRE's seem to implement these methods. We should default to true to take advantage of this. There could be implementations that do not implement these methods so we should also allow a way for this to be disabled.
- duplicates
-
UNDERTOW-1796 Change the default value of the io.undertow.protocols.alpn.jdk8 to true
- Resolved