You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Claude Brisson (Jira)" <ji...@apache.org> on 2019/12/12 20:01:00 UTC

[jira] [Resolved] (VELOCITY-923) Parser regression when || follow a Velocity expression

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

Claude Brisson resolved VELOCITY-923.
-------------------------------------
    Fix Version/s: 2.2
         Assignee: Claude Brisson
       Resolution: Fixed

Fixed by commit 1871284.

Thanks for the report.

> Parser regression when || follow a Velocity expression
> ------------------------------------------------------
>
>                 Key: VELOCITY-923
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-923
>             Project: Velocity
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Thomas Mortagne
>            Assignee: Claude Brisson
>            Priority: Blocker
>              Labels: regression
>             Fix For: 2.2
>
>
> The following fail in Velocity 2.2-SNAPSHOT:
> {code}
> $var||
> {code}
> but works fine in 1.7.
> The workarounds is to put the expression inside {} (as in ${var})
> Since || is a wiki syntax in our case it's not rare to see table cells or a link reference containing a Velocity variable (without any {} protection since it was working well in 1.7).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org