Issues
- Schedule task action=delete throws write access is protected errorLDEV-3449Resolved issue: LDEV-3449Pothys - MitrahSoft
- Schedule task - action=delete doesn't throws error for the non existing taskLDEV-3243Resolved issue: LDEV-3243Pothys - MitrahSoft
- add custom userAgent to cfscheduleLDEV-2999Resolved issue: LDEV-2999Pothys - MitrahSoft
- Scheduled Tasks not passing Authorization headerLDEV-2925Resolved issue: LDEV-2925Pothys - MitrahSoft
- Server.cfc not processing cfschedule on startupLDEV-2482
- <cfschedule group="..."> - Group Attribute Not Supported in LuceeLDEV-2356Michael Offner
- Cfschedule list returns wrong urlsLDEV-2309Resolved issue: LDEV-2309Pothys - MitrahSoft
- cfschedule creates tasks but they do not appear in Lucee AdminLDEV-2112Resolved issue: LDEV-2112Pothys - MitrahSoft
- cfschedule tag missing "mode" propertyLDEV-1977Michael Offner
- cfschedule result vs. return variable attribute problemLDEV-1209Resolved issue: LDEV-1209Michael Offner
- Duplicate schedule taskLDEV-1104Resolved issue: LDEV-1104Pothys - MitrahSoft
- CFThread loses session in requests launched via CFScheduleLDEV-580Michael Offner
12 of 12
Schedule task action=delete throws write access is protected error
Fixed
Description
Environment
None
relates to
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewLabels
Fix versions
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
Sprint
NoneAffects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
Labels
Fix versions
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
Sprint
None
Affects versions
Created 13 April 2021 at 10:51
Updated 18 July 2022 at 15:03
Resolved 18 July 2022 at 15:03
Activity
Show:
Pothys - MitrahSoft18 July 2022 at 15:03
I've checked this ticket with lucee latest build 6.0.0.202-SNAPSHOT. Now the issue was solved.
Zac Spitzer17 July 2022 at 16:04
Pothys - MitrahSoft27 April 2021 at 15:05
I added a fix for this ticket.
Pull Request: https://github.com/lucee/Lucee/pull/1304
While trying to delete the schedule task throws an error like lucee.runtime.exp.SecurityException: write access is protected in both tags (cfadmin, cfschedule). After set access for write to open in admin, the error was gone.
Stacktrace: