Details
-
Type:
Bug
-
Status:
Approved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.12.1327
-
Component/s: Standard Jobs
try {
if (isEmpty(filePath)) { filePath = "java.io.temp"; // JS-788 }
String[] filePaths = filePath.split(";");
if (isEmpty(fileSpec)) { fileSpec = "^(sos.*)"; }
if (lngFileAge <= 0) { lngFileAge = calculateFileAge(getParamValue(conParameterFILE_AGE, "24:00")); }