Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
On line 76 the getJarFile() method is called on a JarURLConnection object. The JarFile returned by the method is not assigned to any variable. However, the file stays open and cannot be removed upon application undeploy.