Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Feature Model 1.2.30
-
None
Description
The JarUrlConnection is set to use caches for JarFiles by default. That is a problem because if there is more than one connection for the same JarFile and the connection is going away, it will close the JarFile - potentially causing the users of the JarFile from the other (still open) connection with a closed JarFile.
To work around this problem, the IOUtils should set use caches to false on the connections it creates.