Cannot Reproduce
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Alex PuriceAlex PuricePriority
CriticalNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Alex Purice
Alex PuricePriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 16 November 2017 at 04:32
Updated 6 December 2018 at 06:02
Resolved 6 December 2018 at 06:02
Setup:
/Application.cfm
/aFolder/scheduledTasks/Application.cfm
/aFolder/scheduledTasks/myScheduledTask.cfm
4 scenarios:
#1. If /aFolder/scheduledTasks/myScheduledTask.cfm is requested in a browser /aFolder/scheduledTasks/Application.cfm executes;
#2. If /aFolder/scheduledTasks/myScheduledTask.cfm is requested through the schedule either as scheduled execution or via manual execution (click on checkbox next to the task and click [Execute] buttuon) /Application.cfm executes;
#3. If /aFolder/scheduledTasks/myScheduledTask.cfm is requested in a browser via port 8888 /aFolder/scheduledTasks/Application.cfm executes;
#4. If /aFolder/scheduledTasks/myScheduledTask.cfm is requested through the schedule either as scheduled execution or via manual execution (click on checkbox next to the task and click [Execute] buttuon) via port 8888 /aFolder/scheduledTasks/Application.cfm executes;