Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0
-
None
Description
I recently used the DisplayTool and had weird results. Traced the issue down and noticed that in contrast to ResourceTool on this line http://svn.apache.org/viewvc/velocity/tools/tags/2.0/src/main/java/org/apache/velocity/tools/generic/DisplayTool.java?view=markup#l153 super.configure is not called. DisplayTool has always the same locale as the JVM. I have created a patch which works as desired.