What's New With 2.9.0
2020-DEC-11
Fixed
Fixes a typo in the
cbSecurity_onInvalidAuthorizationinterception point declaration. Previously, the typo would prevent ColdBox from allowing the correctly-typed interception point from ever triggering an interception listener.The
userValidator()method has been changed toroleValidator(), but the error message was forgotten! So the developer is told they need auserValidator()method... because theuserValidatormethod is no longer supported. :/
Added
The
isLoggedIn()method now makes sure that a jwt is in place and valid, before determining if you are logged in or not.Migrated all automated tests to
focalandmysql8in preparation for latest updatesAdd support for JSON/XML/model rules source when loading rules from modules. Each module can now load rules not only inline but from the documented external sources.
Ensure non-configured
rulesdefault to empty array
Last updated
Was this helpful?