1. 15 Oct, 2015 4 commits
    • Phillip Webb's avatar
      Add `server.session.store-dir` support · 922f8b6b
      Phillip Webb authored
      Add support for a `server.session.store-dir` property which can be used
      to specify where session data source be saved.
      
      Fixes gh-4191
      922f8b6b
    • Phillip Webb's avatar
      Default Tomcat to not save SESSIONS.ser file · 1a764d9c
      Phillip Webb authored
      Update TomcatEmbeddedServletContainerFactory so that session data isn't
      serialized by default. Prior to this commit the SESSIONS.ser file would
      either be written to `/tmp` or into `baseDir` (if one was set).
      
      By not saving session data we align Tomcat with the other embedded
      servlet containers and reduce the risk of sensitive information being
      left in `/tmp`.
      
      Fixes gh-4156
      1a764d9c
    • Phillip Webb's avatar
      Merge pull request #4168 from d10xa/gh-925 · bbee66ba
      Phillip Webb authored
      * gh-4168:
        Add `spring war` command
      bbee66ba
    • Andrey Stolyarov's avatar
      Add `spring war` command · 9a63e574
      Andrey Stolyarov authored
      Add a `war` command to the CLI to generate WAR archives.
      
      Fixes gh-925
      Closes gh-4168
      9a63e574
  2. 14 Oct, 2015 36 commits