Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
framework-1.8.0
-
None
Description
The implementation of Bundle.findEntries() and Bundle.getEntryPaths() in FindEntriesEnumeration.java and GetEntryPathsEnumeration.java, respectively, are not completely thread safe. This typically won't be an issue, but could cause problems if the returned enumeration is shared among threads.