Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
The template engine doesn't allow custom template resolvers, making it impossible to use template caching in frameworks like Spring MVC which use their own locale resolving systems.
By allowing the template engine to provide its own template resolver, we solve this issue.