-
Enhancement
-
Resolution: Done
-
Minor
-
7.0.0.ER5
-
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.
- clones
-
WFCORE-1392 Undeploy doesn't remove Data content if server is in --admin-only mode
- Resolved
- is cloned by
-
JBEAP-14743 [GSS](7.1.z) Application content file is not deleted by offline undeploy command
- Closed
- is related to
-
JBEAP-12932 Upgrade WildFly Core to 4.0.1.Final
- Closed