Relative URL in CFSCHEDULE
You must use an absolute url in the URL attribute of CFSCHEDULE
Type:
bugprone
Severity: (4)
Incorrect example
<cfschedule action="update" url="/file.html" ...>
Resolution
Explanation
CFSCHEDULE needs a full url in order to execute the scheduled event. If the url is not absolute the event will not be scheduled.