[ http://issues.apache.org/jira/browse/VELOCITY-280?page=all ]
Will Glass-Husain updated VELOCITY-280:
---------------------------------------
Bugzilla Id: (was: 30064)
Fix Version: 1.5
Description:
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{
was:
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{
Environment:
Operating System: Windows XP
Platform: All
was:
Operating System: Windows XP
Platform: All
Assign To: (was: Velocity-Dev List)
Priority: Minor (was: Major)
Possibly this is related to Velocity-264?
We should fix this for v1.5.
> Parsing of braces after a reference fails
> -----------------------------------------
>
> Key: VELOCITY-280
> URL: http://issues.apache.org/jira/browse/VELOCITY-280
> Project: Velocity
> Type: Bug
> Components: Source
> Versions: 1.4
> Environment: Operating System: Windows XP
> Platform: All
> Reporter: Ilkka Priha
> Priority: Minor
> Fix For: 1.5
>
> 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]