4 Replies Latest reply on Apr 1, 2007 8:53 PM by starksm64

    fixing some mem leaks?

    bill.burke

      Some of the VFS memory leakage probably stems from the VirtualFileURLConnection as it caches VFS's and all the other junk associated with it.

      I think I might be able to solve the problems better by passing in a URLStreamHandler that already has a reference to the VirtualFile when creating URLs from VFS code. Apologies for not doing this before. Just didn't know the URL api that great.