[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to