Issues
roles attribute of cfcs not being checked
Description
Environment
Windows 2019, IIS
Details
Assignee
Michael OffnerMichael OffnerReporter
Sean P. FordSean P. FordPriority
NewNew 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
Michael Offner
Michael OffnerReporter
Sean P. Ford
Sean P. FordPriority
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 3 March 2020 at 03:42
Updated 7 February 2023 at 21:41
Activity
Show:
Pothys - MitrahSoft3 March 2020 at 07:38
I've checked and added a test case for this ticket & confirmed the issue happened on Lucee latest version 5.3.6.5 SNAPSHOT also. If we use the roles attribute in cffunction Lucee doesn't check
Pull Request: https://github.com/lucee/Lucee/pull/869
If I call the cfc below from a browser, the remote function runs whether the user is logged in via cflogin or not. If logged in, even if the user is not assigned a role, the function runs.