Thank you aliaspooryorik for having a look. Does ...
# fw1
d
Thank you aliaspooryorik for having a look. Does that explain why only requests for pages in the "unhandled" path cause the errors? I thought, because
MyApplication.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