You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@apache.org> on 2006/10/12 22:41:38 UTC

[jira] Resolved: (VELOCITY-280) Parsing of braces after a reference fails

     [ http://issues.apache.org/jira/browse/VELOCITY-280?page=all ]

Henning Schmiedehausen resolved VELOCITY-280.
---------------------------------------------

    Fix Version/s: 2.0
                       (was: 1.5)
       Resolution: Later

This problem is related to the complicated parser structure that tries to resolve references. While I'm able to patch the parser to actually let these elements pass through, this leads to other side effects. Really fixing this stuff needs probably some rewrite of the Parser.jj file; if anyone is willing to do this for 1.5, I'd be more than willing to put that in, else it will get postponed to 2.0

> Parsing of braces after a reference fails
> -----------------------------------------
>
>                 Key: VELOCITY-280
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-280
>             Project: Velocity
>          Issue Type: Bug
>          Components: Source
>    Affects Versions: 1.4
>         Environment: Operating System: Windows XP
> Platform: All
>            Reporter: Ilkka Priha
>            Priority: Minor
>             Fix For: 2.0
>
>
> Parsing of braces '{}' after a reference fails in all cases:
> $foo{bar}
> produces
> $foo{
> \$foo{bar}
> produces
> \$foo{
> #set ($foo = 'foo')
> $foo{bar}
> produces
> foo{
> \$foo{bar}
> produces
> $foo{

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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