Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.1
-
None
-
None
Description
org.apache.axis.utils.ClasspathUtils.getDefaultClasspath(MessageContext) opens JAR files in order to read the manifest Class-Path attributes, but never closes them. Resource management problems like this causes resource/memory leaks in app. servers and can prevent them from deleting temporary deployment files (because the O/S will not delete an open file).