Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.4
-
None
-
None
Description
With the changes introduced in VELOCITY-952, our templates fail with an IllegalAccessException.
The exception is caused by a template that has a variable of type StringBuilder and calls append on it. The introduced changes choose the implementation of the method of AbstractStringBuilder to be executed, which leads to the mentioned IllegalAccessExceptions.
I've attached an extended version of Velocity952TestCase.java that reproduces the problem with an additional test.
Attachments
Attachments
Issue Links
- fixes
-
VELOCITY-985 Add legacy method for behaviour before VELOCITY-952
- Closed
- links to