Status/Resolution/Reason: Closed/Won't Fix/Workaround
Reporter/Name(from Bugbase): Joe Chastain / Joe Chastain (Joe Chastain)
Created: 09/17/2015
Components: Core Runtime
Versions: 11.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Windows 8.1/64bit
Vote Count: 1
Problem Description: Previous to ColdFusion 11, the 'requestTimeout' attribute of the cfsetting tag was working in Application.cfc without needing to be in the 'onRequestStart' function. Now it works in the Application.cfc only if it is in the 'onRequestStart' function. Other attributes of the cfsetting tag, such as 'showdebugoutput', still work outside the 'onRequestStart' function. There is no documentation specifying that 'requestTimeout' is required to be in 'onRequestStart'.
Steps to Reproduce: Set 'requestTimeout' in the Application.cfc outside of 'onRequestStart'.
Actual Result: It will be ignored and the server-wide setting in ColdFusion Admin will be used.
Expected Result: It should be respected and override the server-wide setting in ColdFusion Admin.
Any Workarounds: Move cfsetting tag to 'onRequestStart' function in Application.cfc or to the specific page that needs a longer timeout than the server setting.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4058796
External Customer Info:
External Company:
External Customer Name: Joe Chastain
External Customer Email:
External Test Config: My Hardware and Environment details: Running Windows 8 with VDI.
Attachments:
Comments: