https://bz.apache.org/bugzilla/show_bug.cgi?id=59031
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Mark Thomas <ma...@apache.org> --- Thanks for the additional information. NSIS (the tool we use to build the Tomcat installer) follows symbolic links so the recursive delete which is part of the uninstall was responsible for removing the contents of the symlinked directory. I have modified the uninstaller so it first removes all symlinks from the Tomcat installation directory and any sub-directories before it does the recursive deletes. The fix has been applied to 9.0.x for 9.0.0.M4 onwards, 8.0.x for 8.0.33 onwards, 7.0.x for 7.0.69 onwards and 6.0.x for 6.0.46 onwards. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org