File delete problem solved? Was: Re: Any news about Bug #3465 assigned to Mike Schachter?

2002-04-19 Thread Hans-Joachim Matheus
Hi Mike, after sitting a long time staring at my code I found the bug which isn't a bug at all. If you say myFormFile.getInputStream() and then try to myFormFile.destroy() there must be an inputStream.close() inbetween. Otherwise there is an open file descriptor on the file and even JDK isn't

RE: Any news about Bug #3465 assigned to Mike Schachter?

2002-04-13 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Hello Hans, That bug's been around for a long time. The reason it remains there is because I've never been able to verify it; but I've seen the problem with the java.io.File.delete() method in the past with other projects. Have you verified that the bug exists in your application? -Original