[
https://issues.apache.org/jira/browse/OFBIZ-13178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899419#comment-17899419
]
ASF subversion and git services commented on OFBIZ-13178:
---------------------------------------------------------
Commit 6393e21a85e10b278b3274e05432b0b302ab0dd5 in ofbiz-framework's branch
refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=6393e21a85 ]
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)