-
Bug
-
Resolution: Won't Fix
-
P3
-
7
-
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).