]
Ondřej Chaloupka commented on WFLY-5156:
----------------------------------------
I've probably found out the reason - that's because those values are default ones
for that attribute. But even if it's so I would expect such attributed being promoted
to xml. I quickly tried with other subsystems and it seems to me that it behaves so
normally. The trouble of default value seems to be not only for these attributes but for
any attributed which is part of iiop subsystem.
Can't set attribute client-supports with value MutualAuth and
client-requires with value None
---------------------------------------------------------------------------------------------
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
Commands
{code}
/subsystem=iiop-openjdk:write-attribute(name=client-supports, value=MutualAuth)
/subsystem=iiop-openjdk:write-attribute(name=server-supports, value=MutualAuth)
{code}
{code}
/subsystem=iiop-openjdk:write-attribute(name=client-requires, value=None
/subsystem=iiop-openjdk:write-attribute(name=server-requires, value=None)
{code}
do 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}}/{{None}} is needed some pre-settings but in such case
there should be some error/warning.