Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Paul Cassar / Paul Cassar (Godwin Schembri)
Created: 06/13/2016
Components: Core Runtime
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Few users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Problem Description: The Missing template handler and the "onMissingTemplate" function in the Application.cfc/Application.cfm files are not being called correctly when a non-existent CFM page is called in the browser. The missing template handler is not being called at all, and the onMissingTemplate function is being executed but not within the scope of the current application it resides in. Any application/session variables are not being found.
Steps to Reproduce: Set a Missing template handler in the ColdFusion administrator, set some code to be run in the "onMissingTemplate" function in the Application.cfc and attempt to access a CFM page which does not exist from a browser.
Actual Result: The default ColdFusion error handler is shown instead.
Expected Result: The Missing template function should be run and the missing template page should be displayed.
Any Workarounds: None
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4163793
External Customer Info:
External Company:
External Customer Name: Godwin Schembri
External Customer Email:
External Test Config: My Hardware and Environment details:
OS: Windows 7 SP1 64-bit
Application Server: Wildfly 8.2.1 (replicated on 8.0.0 and 8.1.0 as well)
ColdFusion 11 Update 8 (11,0,08,298512)
Attachments:
Comments: