Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.3
-
None
-
None
Description
If I do the following:
Context ctx = new InitialContext().lookup("")
the ContextProvider becomes eligible for GC and if finalize is called will close the context which is still reachable.
Fix is to remove the finalize method.