[jboss-jira] [JBoss JIRA] (WFLY-8317) Stack element in JGroups subsystem allows arbitrary attribute to be defined
Radoslav Husar (JIRA)
issues at jboss.org
Wed Mar 8 07:09:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-8317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar moved JBEAP-9399 to WFLY-8317:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8317 (was: JBEAP-9399)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: 10.1.0.Final
(was: 7.1.0.DR13)
> Stack element in JGroups subsystem allows arbitrary attribute to be defined
> ---------------------------------------------------------------------------
>
> Key: WFLY-8317
> URL: https://issues.jboss.org/browse/WFLY-8317
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Minor
>
> When adding foo="bar" attribute to <stack> element in JGroups subsystem and running the EAP, the XML validation passes.
> There should Validation error thrown instead.
> {code:xml|title=JGroups subsystem configuration}
> <subsystem xmlns="urn:jboss:domain:jgroups:4.1">
> <channels default="ee" foo="bar">
> <channel name="ee" stack="udp"/>
> </channels>
> <stacks>
> <stack name="udp" foo="bar">
> <transport type="UDP" socket-binding="jgroups-udp"/>
> <protocol type="PING"/>
> <protocol type="MERGE3"/>
> <protocol type="FD_SOCK"/>
> <protocol type="FD_ALL"/>
> <protocol type="VERIFY_SUSPECT"/>
> <protocol type="pbcast.NAKACK2"/>
> <protocol type="UNICAST3"/>
> <protocol type="pbcast.STABLE"/>
> <protocol type="pbcast.GMS"/>
> <protocol type="UFC"/>
> <protocol type="MFC"/>
> <protocol type="FRAG2"/>
> </stack>
> </stacks>
> </subsystem>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list