Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Offner
Michael OffnerPriority
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
Created 21 March 2025 at 13:05
Updated 28 April 2025 at 18:06
Resolved 28 April 2025 at 18:06
Currently, Lucee tags like
cfquery
,cflock
, andcfthread
create unscoped variables in functions that default to the variables scope. This creates exceptions in the cascading write detection system and potential thread safety issues. This ticket aims to properly scope these internal variables to the local scope when used within a function context.