Job Scheduler

Standard job JobSchedulerCleanupFiles deletes files only when they are writeable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.3.1
  • Fix Version/s: 1.3.2
  • Component/s: None
  • Description:
    Hide

    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.

    Show
    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.

Activity

There are no comments yet on this issue.

People

Dates

  • Created:
    01 August 2007 10:46
    Updated:
    08 November 2010 15:12
    Resolved:
    01 August 2007 12:25

Time Tracking

Estimated:
Not Specified
Original Estimate - Not Specified
Remaining:
0m
Remaining Estimate - 0 minutes
Logged:
10m
Time Spent - 10 minutes