Details
-
Fix
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.1
-
None
-
None
Description
There is a test in the implementation of JobSchedulerCleanupFile "if tempFile.canWrite() " This is not right because the file may be readonly but the job could delete it. It is sufficient, when the directory is writeable (for example for the group). The correct test would be, whether the directory is writeable.