Title:
Bug 86749:(Watson Migration Closure)Script components do not support colons in custom function metadata, while CFML tags do
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Adam Tuttle / Adam Tuttle (Adam Tuttle)
Created: 03/25/2011
Components: Language, CFSCRIPT
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,1,274733 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 8
Duplicate ID: CF-3514590
Problem:
Script components do not support colons in custom function metadata, while CFML tags do. To be more consistent, script components should support colons too. See the Steps to Reproduce for example code.
Method:
Code that works:<cffunction name="foo" my:property="someValue"></cffunction>Code that throws an exception:public function foo() my:property="someValue" {}
Result:
Script components do not support colons in custom function metadata, while CFML tags do. To be more consistent, script components should support colons too. See the Steps to Reproduce for example code.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043656
External Customer Info:
External Company:
External Customer Name: Adam Tuttle
External Customer Email: 71DA001D4586B5B5992015D5
External Test Config: 03/25/2011
Attachments:
Comments: