Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created February 22, 2022 at 8:53 PM
Updated February 22, 2022 at 9:22 PM
Resolved February 22, 2022 at 9:22 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
Please do a search of the Coldbox code base and ensure we don't have any more of these. Always use explicit scopes when doing your isNull() check or you can accidentally "find" variables in the url or form scopes.
https://github.com/ColdBox/coldbox-platform/blob/fbb1bd689a90e1ed01f4f2bd9eb26069d40a0d43/system/async/tasks/FutureTask.cfc#L73
https://github.com/ColdBox/coldbox-platform/blob/fbb1bd689a90e1ed01f4f2bd9eb26069d40a0d43/system/RestHandler.cfc#L110
https://github.com/ColdBox/coldbox-platform/blob/17cb4247848e701660ff0d61d842c142464ecf2a/system/web/context/Response.cfc#L218