You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bob Morley (JIRA)" <ji...@apache.org> on 2010/04/01 05:54:27 UTC

[jira] Updated: (OFBIZ-3631) Badly formed from-field values (mis-matched curly braces)

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

Bob Morley updated OFBIZ-3631:
------------------------------

    Attachment: OFBIZ-3631_FixMismatchedBracets.patch

Very minor change -- there were six instances we came across where there were mis-match braces around typical uel expressions.  Five these of these were missing the starting brace and one of them was a from-field that had an ending brace.

Should be very low risk fix.

> Badly formed from-field values (mis-matched curly braces)
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3631
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3631
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Bob Morley
>         Attachments: OFBIZ-3631_FixMismatchedBracets.patch
>
>
> We were doing a scan of the Screen/Form xml files looking for badly formed usage of ${} in form-field (and others).  Can across a number of examples where there is only a trailing ending brace '}' which looks wrong.
> If you do a regular expression search across xml files in the project using "[^"{]*} you should be able to find a number of these issues.

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