1. 27 Feb, 2018 7 commits
  2. 26 Feb, 2018 2 commits
  3. 23 Feb, 2018 3 commits
  4. 20 Feb, 2018 5 commits
  5. 19 Feb, 2018 1 commit
  6. 17 Feb, 2018 1 commit
  7. 16 Feb, 2018 1 commit
  8. 15 Feb, 2018 1 commit
  9. 14 Feb, 2018 4 commits
    • Andy Wilkinson's avatar
      Defer removal of Connectors until after ServletContext initialization · 145d8d26
      Andy Wilkinson authored
      Previously, we removed the Connectors from Tomcat's Service before
      the Context was started. The removal of the Connectors is required as
      it prevents Tomcat from accepting requests before we're ready to
      handle them.
      
      Part of starting the Context is creating and initializing the
      ServletContext. ServerProperties uses a ServletContextInitializer to
      set the session tracking modes and Tomcat rejects the SSL tracking
      mode if there is no SSL-enabled connector available. With the previous
      arrangement this led to a failure as the Connectors had been removed
      so the SSL-enabled connector could not be found.
      
      This commit updates the embedded Tomcat container to defer the
      removal of the Connectors until after the context has been started
      but still at a point that is before the Connectors themselves would
      have been started.
      
      Closes gh-12058
      145d8d26
    • Andy Wilkinson's avatar
      Upgrade to Spring Session 1.3.2.RELEASE · f3989b1b
      Andy Wilkinson authored
      Closes gh-12038
      f3989b1b
    • Andy Wilkinson's avatar
      Upgrade to Liquibase 3.5.4 · f8b4b10c
      Andy Wilkinson authored
      Closes gh-12037
      f8b4b10c
    • Andy Wilkinson's avatar
      Upgrade to Tomcat 8.5.28 · 1fa45b28
      Andy Wilkinson authored
      Closes gh-12036
      1fa45b28
  10. 13 Feb, 2018 1 commit
  11. 12 Feb, 2018 1 commit
  12. 10 Feb, 2018 11 commits
  13. 08 Feb, 2018 2 commits