Ilya Kasnacheev created IGNITE-12503:
----------------------------------------
Summary: Fix SSL configuration in Jetty REST: httpCfg assignment
Key: IGNITE-12503
URL:
https://issues.apache.org/jira/browse/IGNITE-12503 Project: Ignite
Issue Type: Bug
Components: rest
Reporter: Ilya Kasnacheev
Assignee: Ilya Kasnacheev
{code}
<New class="org.eclipse.jetty.server.HttpConnectionFactory">
<Ref refid="httpCfg"/>
</New>
{code}
should become
{code}
<New class="org.eclipse.jetty.server.HttpConnectionFactory">
<Ref refid="httpCfg"/>
</New>
{code}
Or this assignment is not being made.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)