Skip to content

Releases: lendup/play1

Fixes GMT bug

15 Feb 23:31
Compare
Choose a tag to compare
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

19 Feb 19:24
Compare
Choose a tag to compare
v1.4.5

v1.2.6.7

04 Nov 00:35
Compare
Choose a tag to compare
  • Allows parallel classloading to be configured with PARALLEL_CLASSLOADING_THREADS or DISABLE_PARALLEL_CLASSLOADING

v1.2.6.6

03 Nov 23:56
Compare
Choose a tag to compare
v1.2.6.6

v1.2.6.5

05 Apr 19:09
Compare
Choose a tag to compare
  • Parallelize class loading during precompile
  • Allow dev.conf to be not present without crashing the server

LendUp v1.2.6.3

28 Jan 20:02
Compare
Choose a tag to compare

Merged security fixes into LendUp release.

LendUp v1.2.6.2

27 Jan 19:54
Compare
Choose a tag to compare

Contains template compilation improvements:

  • removes class name rewrites, non backwards compatible with templates