Skip to content

Releases: lendup/play1

Fixes GMT bug

15 Feb 23:31

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

Choose a tag to compare

v1.4.5

v1.2.6.7

04 Nov 00:35

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

Choose a tag to compare

v1.2.6.6

v1.2.6.5

05 Apr 19:09

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

Choose a tag to compare

Merged security fixes into LendUp release.

LendUp v1.2.6.2

27 Jan 19:54

Choose a tag to compare

Contains template compilation improvements:

  • removes class name rewrites, non backwards compatible with templates