> any reason why we are not simply using java.io.File.createTempFile(),
where
> uniqueness is guaranteed by the JVM/operating system, this would avoid
this
> checks and recursive calling here...
>
If I recall correctly , deleteOnExit does not work for files created by
java.io.File.createTempFile .
https://issues.apache.org/bugzilla/show_bug.cgi?id=55369
Dominik Stadler changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #5 from Dom
https://issues.apache.org/bugzilla/show_bug.cgi?id=55594
Dominik Stadler changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WORK
Hi Nick,
any reason why we are not simply using java.io.File.createTempFile(), where
uniqueness is guaranteed by the JVM/operating system, this would avoid this
checks and recursive calling here...
Thanks... Dominik.
On Thu, Oct 10, 2013 at 6:21 PM, wrote:
> https://issues.apache.org/bugzilla