Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 03/27/2014
Components: Language
Versions: 2016,11.0,2018
Failure Type:
Found In Build/Fixed In Build: PublicBeta / 2018.0.0.311667
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
See comment here:
https://bugbase.adobe.com/index.cfm?event=bug&id=3731421
{quote}
First the "small" issue i have found.
This works:
writedump(len);
but this breaks:
function test(){
writedump(len);
}
test();
throws "Variable LEN is undefined."?!
{quote}
Also:
{quote}
x=len;
writedump(x);
writedump(x(1));
when i call the template where this code is stored as follows /index.cfm?len=123 it breaks!!!
this means, i can break every application that passes BIFs as variable simply by adding the BIF name in the query_string!!!
{quote}
The former is bad enougth, but the latter makes this new CF11 functionality inviable, IMO.
--
Adam
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3731425
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: