Can someone in the know comment on this? Is it intended behavior for tomcat
to follow symlinks when deleting the exploded directory during undeploy? Or
should I file a bug and attached this patch to it?
Michael Bailey
On Thu, Jul 3, 2008 at 11:27 AM, Michael Bailey <[EMAIL PROTECTED]>
file.delete();
-}
-}
-dir.delete();
-
+FileUtils.deleteDir(dir);
}
On Thu, Jul 3, 2008 at 11:17 AM, Michael Bailey
<[EMAIL PROTECTED]> wrote:
> By default tomcat, when tomcat undeploys a war it deletes the exploded
> directory and foll
symlinks for deletion. It has only been
tested with JDK 5 on Linux.
I am curious to know the details for the use case in which you want
tomcat to follow symlinks for deletion to be the default behavior.
Michael Bailey
-
To un