[
https://issues.jboss.org/browse/WFLY-5156?page=com.atlassian.jira.plugin....
]
Ondřej Chaloupka updated WFLY-5156:
-----------------------------------
Description:
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.
was:
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.
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)