What's new With 3.7.0
January 14, 2026
Changed
Increased VARCHAR field sizes in
DBLoggertable schema to accommodate longer URLs and user agent strings. Fieldshost,path,queryString,referer, anduserAgentnow use VARCHAR(1024) to prevent truncation of data.Updated
DBLoggerinsert statements to truncatehost,path,queryString,referer, anduserAgentvalues to 1024 characters usingleft()function to prevent database errors.
Fixed
Allow submodules to load after cbsecurity loads.
Make sure the JWT token is not null when doing discovery in the JWT Service.
Fixed
isSafeRedirectUrl()host comparison for non-default ports by stripping port from host before comparing with URI host.ACF Compatibility: Fixed
dateTimeFormatusage forlogDatein activity view to prevent conversion errors in Adobe ColdFusion.
Added
Added
TokenRejectionExceptionhandling in the JWT handler to properly handle token rejection errors.Updated JWT handler error message calls to match the specification.
Added test cases for non-default port scenarios in
isSafeRedirectUrl()validation.Added test validation for JWT response messages.
Last updated
Was this helpful?