-
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);
- is cloned by
-
UNDERTOW-649 XNIO should only configure the SSLContext and Engine if configuration options are provided.
- Resolved