Lucee should error when failing to sort a Java array

Description

Full details here: http://blog.adamcameron.me/2015/04/cfml-just-cos-something-looks-like.html

Lucee silently fails when one passes a Java array (eg: String[]) to arraySort().

If it doesn't work, it should error. Not simply ignore the instructions it's been given.

Environment

None

Activity

Show:

Michael Offner 26 April 2015 at 13:30

fixes

→ <<cset 175147bec307>>

Michael Offner 26 April 2015 at 13:30

fixes

→ <<cset 7c89f43d0f75>>

Michael Offner 26 April 2015 at 12:47

problem is Lucee is converting the native Array to a ArrayImpl before it is passed to the function, then the new object is converted instead of the original native array

Fixed

Details

Assignee

Reporter

Priority

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Created 26 April 2015 at 12:10
Updated 18 September 2015 at 15:22
Resolved 26 April 2015 at 13:30