You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ate Douma (JIRA)" <ji...@apache.org> on 2017/12/10 00:41:00 UTC

[jira] [Created] (SCXML-258) Add Evaluator strict mode (boolean) needed for Jexl to properly fail on incorrect expressions

Ate Douma created SCXML-258:
-------------------------------

             Summary: Add Evaluator strict mode (boolean) needed for Jexl to properly fail on incorrect expressions 
                 Key: SCXML-258
                 URL: https://issues.apache.org/jira/browse/SCXML-258
             Project: Commons SCXML
          Issue Type: New Feature
            Reporter: Ate Douma


The Common Jexl Engine has a strict mode, which by default is false.
For SCXML expression evaluation however that causes some of the W3C IRP test to fail.
While the default lenient (strict=false) might be convenient, a new option for the SCXMLExecutor to configure the Evaluator to use strict mode (the Jexl Engine in particular) is therefore required to pass these tests.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)