[
https://issues.jboss.org/browse/WFCORE-771?page=com.atlassian.jira.plugin...
]
luck3y commented on WFCORE-771:
-------------------------------
@BrianStansberry: This that absolutely should not work, you can't invoke config write
ops on a domain server as a user. If it makes any change at all it's a bug.
The way it's done is the channels used by end users, the logic there adds a header to
the request, and writes are rejected based on that.
Server resources off the host resource allow the removal of
deployments
-----------------------------------------------------------------------
Key: WFCORE-771
URL:
https://issues.jboss.org/browse/WFCORE-771
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: James Perkins
Assignee: luck3y
The following command succeeds, but leaves the deployment in a state that it can't be
undeployed.
{code}
/host=master/server=server-two/deployment=wildfly-helloworld.war:remove
{code}
My guess is that operation should fail or further operations to remove the deployment
should succeed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)