Releases: lendup/play1
Releases · lendup/play1
Fixes GMT bug
Fix HTTP date timezone bug * SimpleDateFormatter stores time zone internally. Since the formatter is stored in a thread local and used to parse dates provided by the client (e.g. parse(If-Modified-Since)), this object can be set to return ‘Date’ headers in the wrong time zone and become non- compliant with the HTTP spec. This fix ensures that the dates formatted for use in HTTP by this server will always be GMT.
1.4.5
v1.4.5
v1.2.6.7
v1.2.6.6
v1.2.6.5
- Parallelize class loading during precompile
- Allow dev.conf to be not present without crashing the server
LendUp v1.2.6.3
Merged security fixes into LendUp release.
LendUp v1.2.6.2
Contains template compilation improvements:
- removes class name rewrites, non backwards compatible with templates