Details
Description
Currently there is no way to configure TLS for the JettyHTTPServerEngineFactory in code. "createJettyHTTPServerEngine" passes "null" through to "getOrCreate" for the TLSServerParameters object and an exception will then be thrown when comparing the protocol of the engine to "https".
The fix is to add an argument which indexes in to the tlsParametersMap. If found then this will be used to configure TLS.