]
Martin Choma moved JBEAP-6463 to WFLY-7329:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7329 (was: JBEAP-6463)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
Web (Undertow)
(was: Security)
(was: Web (Undertow))
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR6)
Setting elytron ssl-context on undertow without reload
------------------------------------------------------
Key: WFLY-7329
URL:
https://issues.jboss.org/browse/WFLY-7329
Project: WildFly
Issue Type: Bug
Components: Security, Web (Undertow)
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Tomaz Cerar
Please, allow setting of elytron ssl-context on undertow without reload.
{code}
[standalone@localhost:9990 /]
/subsystem=undertow/server=default-server/https-listener=https:write-attribute(name=ssl-context,value=server)
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
{code}