Uploaded image for project: 'XNIO'
  1. XNIO
  2. XNIO-263

XNIO should only configure the SSLContext and Engine if configuration options are provided.

XMLWordPrintable

      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);
      

              darran.lofthouse@redhat.com Darran Lofthouse
              darran.lofthouse@redhat.com Darran Lofthouse
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: