[
https://issues.apache.org/jira/browse/OFBIZ-13178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899424#comment-17899424
]
ASF subversion and git services commented on OFBIZ-13178:
---------------------------------------------------------
Commit f979f0eb406e85b8fa4aa9934edcc22c725d6c9e in ofbiz-framework's branch
refs/heads/release24.09 from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f979f0eb40 ]
Improved: Update end bracket detection en groovy scriplet (OFBIZ-13178)
When you use double brackets on groovy scriptlet, the end bracket isn't
correctly manage.
The follow simple code failed :
${groovy: if (true) {return 0}}
> Update end bracket detection en groovy scriplet
> -----------------------------------------------
>
> Key: OFBIZ-13178
> URL: https://issues.apache.org/jira/browse/OFBIZ-13178
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Reporter: Nicolas Malin
> Assignee: Nicolas Malin
> Priority: Minor
> Attachments: OFBIZ-13178.patch
>
>
> When you use double bracket on groovy scriptlet, the end bracket isn't
> correctly manage.
> The follow simple code fail :
> ${groovy: if (true) \{return 0}}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)