Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
12.0-rc-1
Description
You can reproduce with something like this:
#set($test = $someObjectWithAGetNameMethodReturning_value) #set($other = $someObjectWithAGetNameMethodReturning_something) #macro (testMacro $test $name) $name #end $test.name #testMacro($other, $test.name)
It's a regression in Velocity 2.2 reported on https://issues.apache.org/jira/browse/VELOCITY-904?focusedCommentId=17019574&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17019574
Attachments
Issue Links
- relates to
-
XCOMMONS-1296 Upgrade to Velocity 2.2
- Closed
- is related to
-
VELOCITY-926 Loading...