Re: Patch - Don't follow symlinks for deletion

2008-07-15 Thread Michael Bailey
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]>

Re: Patch - Don't follow symlinks for deletion

2008-07-03 Thread Michael Bailey
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

Patch - Don't follow symlinks for deletion

2008-07-03 Thread Michael Bailey
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