]
Brian Stansberry commented on WFCORE-2055:
------------------------------------------
The WFCORE-1214 fix causes WFCORE-2055 by dropping headers from steps in a composite op,
resulting in the domain server not recognizing that a local write was initiated by the
caller rather than by the HC.
Direct end user mods of a slave-HC-managed domain server's config
are possible if included in a composite op
------------------------------------------------------------------------------------------------------------
Key: WFCORE-2055
URL:
https://issues.jboss.org/browse/WFCORE-2055
Project: WildFly Core
Issue Type: Bug
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Once WFCORE-2053 is fixed,
CoreResourceManagementTestCase.testCannotInvokeManagedSlaveServerOperationsInDomainComposite
will fail. This test involves doing two ops in a composite, with the composite addressed
to the domain root, while the steps are addressed to a subsystem on an individual server,
where the server is managed by a slave HC. The first op is a read, the second is a write.
The op should fail as the write is not allowed.
Test is currently only passing because the WFCORE-2053 problem is producing false
positives.
Problem is likely (but not certainly) due to changes made to OperationRouting as part of
https://github.com/wildfly/wildfly-core/pull/597