Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Operating System: other
Platform: All
-
36719
Description
The borrowObject() methods of StackObjectPool and SoftReferenceObjectPool do not
check the validateObject() method before returning an object.
This goes against the expected behavior diagramed in
http://jakarta.apache.org/commons/pool/guide/sequencediagrams.html
GenericObjectPool does have correct behavior.
I'll try to submit a patch if I have time latter this week.