Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Daniel Short / Daniel Short (Daniel Short)
Created: 08/15/2009
Components: Debugging, General
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,241018 / 247627
Priority/Frequency: Normal / Unknown
Locale/System: English / Mac 10 All
Vote Count: 0
Problem:
When using the new debuggingipaddresses variable in Application.cfc, debugging output is not rendered.
Method:
Log into the ColdFusion Administrator and enable robust exception handling and debug output. Remove the 127.0.0.1 ip address from the allowed IP list.My Application.cfc file looks like this:<cfset this.name = "CF9" /><cfset this.ApplicationTimeout = CreateTimeSpan(1,0,0,0) /><cfset this.sessionManaged = True /><cfset this.sessionTimeout = CreateTimeSpan(0,0,20,0) /><cfset this.customtagpaths = "CustomTags" /><!--- New variables ---><cfset this.datasource = "cfartgallery" /><cfset this.debuggingipaddresses = "127.0.0.1"><cfset this.enablerobustexception = true />When browsing to any page in my test site, I don't see any debug output. If I add 127.0.0.1 back to the allowed IP list in the CF Administrator, debugging output is displayed.
Result:
this.debuggingipaddresses is not functioning.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039672
External Customer Info:
External Company:
External Customer Name: Daniel Short
External Customer Email: 49EF0B4C42C97E5499201549
External Test Config: 08/15/2009
Attachments:
Comments: