Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.8.0
-
None
Description
As I mentioned in this comment:
https://github.com/apache/commons-vfs/commit/fcfc067da075a6ec3ff255986a562de9beb6511d#r48090402
Since version 2.8.0, every time a VFS manager is closed, there is a
DefaultFilesystemManager.close: not all components are closed
error in the console because "filesCache" is not closed before the line with the check. This change must be reverted or fixed.