deneen
07/18/2022, 1:56 PMMyApplication.cfc
extends framework.one, that onRequest()
and onRequestStart()
are provided by one.cfc
. Both methods are triggered by either "handled" or "unhandled" requests. But when isUnhandledRequest()
is TRUE those methods are deleted here: https://github.com/ddspringle/framework-one-secure-auth/blob/036f9c8c4ecd7111aaf12bcfe82d3059435ae18e/framework/one.cfc#L981
Thanks again