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:46:00 UTC

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

     [ https://issues.apache.org/jira/browse/SCXML-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma closed SCXML-258.
---------------------------
    Resolution: Fixed

This fixes 3 more Jexl based W3C SCXML IRP tests.

Also removed obsolete Evaluator.AssignType enum and parameters of the #evalAssign method,
which no longer are used/needed since dropping XPath support (SCXML-242)

> 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)