Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
-
Patch Available
Description
VelocityEndpoints reads templates using default encoding, so I cannot get correct content while running on Windows and Linux.
The reason is that there is used InputStreamReader constructor without encoding parameter.
I've added simple support for setting encoding - see attached patch