[
https://issues.apache.org/jira/browse/JEXL-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732553#action_12732553
]
Henri Biestro commented on JEXL-49:
-----------------------------------
Fixed in 2.0.
> 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: 1.1.1
>
> Attachments: astblock.patch
>
> Original Estimate: 0.17h
> Remaining Estimate: 0.17h
>
> 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.