[jboss-jira] [JBoss JIRA] (WFLY-5156) Can't set attribute client-supports with value MutualAuth and client-requires with value None

Tomasz Adamski (JIRA) issues at jboss.org
Tue Aug 25 16:23:42 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-5156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101719#comment-13101719 ] 

Tomasz Adamski commented on WFLY-5156:
--------------------------------------

Yes, the problem here and also in WFLY-5155 is that default properties are not persisted. If such behaviour is not expected then I'm going to change it.

> 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)



More information about the jboss-jira mailing list