Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Jon ClausenJon ClausenComponents
Fix versions
Priority
Critical
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Jon Clausen
Jon ClausenComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created June 14, 2022 at 1:23 PM
Updated June 16, 2022 at 11:28 PM
Resolved June 16, 2022 at 11:28 PM
In the
process
method of Mapping.cfc, the singleton attribute is evaluated before the scope attribute ( the latter is anelse if
). This means that if a transient declaresnoscope
, but extends a singleton, it will become a singleton when wired up usinggetInstance
. If a binder arg on scope is passed in, this does not happen.This behavior can be seen in