-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: core-libs
-
generic
-
generic
Logging's FileHandler attempts to lock the log file using a FileChannel. The implementation should be re-examined so that the file lock is optional (and only done if "nio" is present).