onMissingTemplate not working on sub-directories
Hi, I have an application where onMissingTemplate would fire off when any missing .cfm file was executed. This was in CF9, I upgraded to CF10 and it no longer works as expected. Is there a setting I need to change in CF10?
CF9
/application.cfc - with onMissingTemplate
/doesnoteexist.cfm - Fires onMissingTemplate
/nofolderhere/doesnoteexist.cfm - Fires onMissingTemplate
CF10
/application.cfc - with onMissingTemplate
/doesnoteexist.cfm - Fires onMissingTemplate
/nofolderhere/doesnoteexist.cfm - DOES NOT fire onMissingTemplate
Thanks for any help!
