Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 12/07/2014
Components: Documentation
Versions: 11.0
Failure Type: Unspecified
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
Currently, the cfscript doc says:
The script support is not available for the following tags:
<cfscript>
<cfoutput> (use writeOutput() instead)
<cfdump> (use writeDump() instead)
<cfinvoke> (use invoke() instead)
<cfinvokeargument>
<cfobject> (use createObject instead)
However, <cfdump> should be removed from that list b/c it is supported in CF11 Final (11,0,0,289822). Repro:
index.cfm
---------
<cfscript>
cfdump(var={foo=["bar"]});
</cfscript>
Dumps {foo=["bar"]}
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3863521
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: