wddx in "cfml2js" setting throws an error when encountering java classes

Description

In Lucee 5 when using the cfwddx tag to convert from CFML to JS an error is thrown if the CFML structure contains any JAVA classes. In ACF java classes are simply skipped without triggering an exception.

Attachments

2
  • 14 Jul 2016, 04:52 pm
  • 14 Jul 2016, 04:52 pm

Activity

Michael Offner 8 May 2017 at 13:41

this is already fixed

Michael Offner 15 July 2016 at 16:14

testcase code:

<cfscript> sct={string:'Susi',random:createObject('java','java.util.Random').init()}; </cfscript> <cfwddx action="cfml2js" input="#sct#" output="res"/> <cfdump var="#sct#"> <cfdump var="#res#">
Duplicate

Details

Assignee

Reporter

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

Priority

Created 14 July 2016 at 16:52
Updated 8 May 2017 at 13:41
Resolved 8 May 2017 at 13:41