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

Rahul Akolkar resolved JEXL-49.
-------------------------------

    Resolution: Fixed

This should be fixed in the 2.0 branch in SVN. Please try it out (by building 
the branch) and if further work is needed, reopen this issue with a complete 
JUnit test that fails.


> Block statements aren't parsed
> ------------------------------
>
>                 Key: JEXL-49
>                 URL: https://issues.apache.org/jira/browse/JEXL-49
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: All
>            Reporter: Vishal Goenka
>            Priority: Critical
>             Fix For: 2.0
>
>         Attachments: astblock.patch
>
>
> The ExpressionFactory throws an exception when parsing a block statement such 
> as:
> { a='b'; c='d'; }
>  I traced it down to a missing check for ASTBlock in the ExpressionFactory. 
> The patch is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to