Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Samuel W. KnowltonSamuel W. KnowltonPriority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Samuel W. Knowlton
Samuel W. KnowltonPriority
Sentry
Sentry
Sentry
Created January 24, 2024 at 6:34 PM
Updated January 24, 2024 at 6:34 PM
When enabling QB/Quick debugging in cbdebugger 4.2, our login handler & security interceptor throws the following error upon login – meaning we’re able to bring up the app and get to a login page but something in this code path is causing the resulting error.
The
message
has to do withArrayImpl
but then thedetail
showsqbqueries
doesn’t exist inrequestTracker
. The code path is pretty straightforward:Form submits to Coldbox handler which detects a login attempt and triggers an
onLogin()
interceptoronLogin()
calls a service layer which processes the login and creates and populates the Security.cfc objectThe only thing at all unusual about this code path is that the relevant code is being invoked by an interceptor.
Everything works as intended with QB/Quick debugging turned off.