Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-649

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

    XMLWordPrintable

Details

    Description

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

      Attachments

        Issue Links

          Activity

            People

              flaviarnn Flavia Rainone
              darran.lofthouse@redhat.com Darran Lofthouse
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: