Title:
CFLOOP with scoped variable name in 'index' attribut crashes with "Incompatible object argument error"
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): e-domizil License Team / e-domizil License Team (Alexander Hass)
Created: 06/02/2016
Components: Language
Versions: 2016
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: ALL / Win 2012 Server x64
Vote Count: 2
Related Bugs:
CF-4166492 - Blocking
Problem Description: In CFLOOP we cannot use scoped variable names for 'index' attribut. The specific sequence of files included or processed is: index.cfm, line 8
Steps to Reproduce: Run attached repro case
Actual Result: CF2016 is broken
"Error","ajp-nio-8016-exec-21","06/02/16","14:15:02","","(class: cfindex2ecfm189223637, method: runPage signature: ()Ljava/lang/Object;) Incompatible object argument for function call The specific sequence of files included or processed is: cf2016_cfloop_2\index.cfm'' "
Expected Result: It should work
Any Workarounds: Do not use scoped variables names for 'index' attribut, but we have to use scoped variables in this and other cases to prevent unscoped var colissions.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4160466
External Customer Info:
External Company:
External Customer Name: Firstname Lastname
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- June 02, 2016 00:00:00: 1_index.cfm
Comments: