-
Enhancement
-
Resolution: Done
-
Major
-
None
As an example the code contains this: -
final boolean clientMode = useClientMode != 0; engine.setUseClientMode(clientMode);
This int will always be set regardless of if this configuration option is actually provided.
Other settings need checking but same for: -
engine.setEnableSessionCreation(enableSessionCreation != 0);
- clones
-
XNIO-263 XNIO should only configure the SSLContext and Engine if configuration options are provided.
- Resolved
- is incorporated by
-
UNDERTOW-1673 Upgrade XNIO to 3.8.0.Final
- Resolved
-
UNDERTOW-1636 Upgrade XNIO
- Resolved