Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: CMT8.4.1.201208, CMT8.4.3.201212
-
Fix Version/s: CMT8.4.3.201212
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CUBRID-Migration-Toolkit-8.4.3.4033
Description
The start time of crontab format should be limited.
[minute hour day month dayofweek command]
minute — 0~59
hour — 0~23
day — 1~31
month — 1~12(jan~dec)
dayofweek — 0~7(sun~mon)
[valid]
1,59 0-23/1 * jan,dec sun-mon
[invalid]
,-42/1 ,-1 -1 -1 mon
I don't know why, but The cron4j regards this string as a valid pattern,
so let it go......