Title:
Bug 87045:(Watson Migration Closure)The <cfthrow> tag allows use of an attributeCollection, but the equivalent script method, throw(), throws an exception if you try to use an argumentCollection with it
| View in TrackerStatus/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Adam Tuttle / Adam Tuttle (Adam Tuttle)
Created: 08/16/2011
Components: Language, CFSCRIPT
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Platforms All
Vote Count: 4
Problem:
The <cfthrow> tag allows use of an attributeCollection, but the equivalent script method, throw(), throws an exception if you try to use an argumentCollection with it. This should be included, not only for feature parity, but also because it just plain makes sense.
Method:
local.args = { message = "this is a test exception" };throw(argumentCollection=local.args);
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043970
External Customer Info:
External Company:
External Customer Name: Adam Tuttle
External Customer Email: 71DA001D4586B5B5992015D5
External Test Config: 08/16/2011
Attachments:
Comments: