-
Enhancement
-
Resolution: Done
-
Minor
-
2.1.0.CR2
-
None
Steps to Reproduce: 1. Start server instance using --admin-only flag 2. Deploy application using CLI command. ~~~ deploy /valid/path/WebApp.war --runtime-name=WebApp.war --name=WebApp.war ~~~ 3. Undeploy application using CLI command: ~~~ undeploy WebApp.war ~~~ 4. Application will be undeployed but content from 'data' directory are not removed.
runningMode value is ADMIN_ONLY will bypass that step in DeploymentRemoveHandler.java leads to this behavior.
- is blocked by
-
WFCORE-3440 CLI incorrectly parses byte literals
- Resolved
- is cloned by
-
JBEAP-3452 Undeploy doesn't remove Data content if server is in --admin-only mode
- Verified
- is related to
-
WFLY-9568 Test case for WFCORE-1392 - Undeploy doesn't remove Data content if server is in --admin-only mode
- Closed