What's New With 6.5.x
July 9th, 2021
Compatibility Notes
component
{
// inject cbauth so we can use it in our interceptor
property name="auth" inject="provider:authenticationService@cbauth";
function preProcess( event ) {
writeDump( auth.isLoggedIn() );
}
}Routines cannot be declared more than once.
The routine auth has been declared twice in different templates.
ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem.6.5.2 Release Notes - July 14, 2021
6.5.1 Release Notes - July 12th, 2021
Bug
Improvement
6.5.0 Release Notes - July 9th, 2021
Last updated
Was this helpful?