Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Sean Corfield / Sean Corfield (Sean Corfield)
Created: 03/09/2016
Components: CLI
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Mac All
Vote Count: 0
Problem Description:
CLI.getNamedArgs() returns a native Java array -- String[] -- when it would make more sense to return a CFML struct.
Steps to Reproduce:
Call CLI.getNamedArgs()
Actual Result:
Native Java String[] array -- which you still have to parse to get name/value pairs!
Expected Result:
CFML struct of name/value pairs.
Any Workarounds:
Per 4022982 call arraylen and iterate "manually".
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126684
External Customer Info:
External Company: Railo US
External Customer Name: Sean Corfield
External Customer Email: SEAN@CORFIELD.ORG
External Test Config:
Attachments:
Comments: