We are experiencing the same or a similar bug. On CF2018, we have an application.cfc that extends another application.cfc. It works fine. On CF2021, it doesn't. It seems like it simply doesn't run the application.cfc. I reported this to Adobe support on Friday. Right now this is stopping us from moving from CF2018 to CF2021.
j
John
07/09/2023, 9:57 PM
Thank you, we are stumped on what causes it, most of the time a simple reload fixes it, occasionally it requires a restart of CF...if it happened locally we have to restart CF every time
b
Brad Harding
07/10/2023, 5:34 PM
Some news on this - it may be that our issue was due to our use of the CF Lockdown tool. We only started using this with CF2021, and it looks like it "locks down" Application.cfc files by default.
Brad Harding
07/10/2023, 5:35 PM
We commented out the Application.cfc entry in the config created by the lockdown tool, and then our app started working again.