activemq-artemis/artemis-web
Howard Gao f6670c9aaf ARTEMIS-958 Improve web server tmp dir cleanup
When server is shutdown by user the shutdown hook will check
if the tmpdir of the web server is cleaned up. However the cleanup
is also performed in a shutdown hook (using File.deleteOnExit).
Because the order of execution of hooks is not guaranteed,
if the tmp dir is not cleaned up by the time of check,
we should add a 'force' delete to make sure the tmp dir
is removed after server stop.
2017-02-14 20:17:23 -05:00
..
src ARTEMIS-958 Improve web server tmp dir cleanup 2017-02-14 20:17:23 -05:00
pom.xml Major Version Bump 2.0.0 After Major Arch Change 2016-12-09 18:43:15 +00:00