]
Ondřej Chaloupka updated WFLY-5156:
-----------------------------------
Summary: Can't set attribute client-supports with value MutualAuth (was:
Can't set attribute client-supports with value ServerAuth)
Can't set attribute client-supports with value MutualAuth
----------------------------------------------------------
Key: WFLY-5156
URL:
https://issues.jboss.org/browse/WFLY-5156
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.0.0.Beta1
Reporter: Ondřej Chaloupka
Assignee: Tomasz Adamski
Command
{code}
/subsystem=iiop-openjdk:write-attribute(name=client-supports, value=MutualAuth)
{code}
does nothing. Meaning no change to xml is promoted. If I use value as {{ClientAuth}} then
such value is set in xml correctly.
Not sure if for {{MutualAuth}} is needed some pre-settings but in such case there should
be some error/warning.