1. 09 Apr, 2018 4 commits
    • Spring Buildmaster's avatar
      Release version 1.5.12.RELEASE · 9ec7fc58
      Spring Buildmaster authored
      9ec7fc58
    • Stephane Nicoll's avatar
      Upgrade to Spring Framework 4.3.16 · ba5ed5b9
      Stephane Nicoll authored
      Closes gh-12806
      ba5ed5b9
    • Andy Wilkinson's avatar
      Sanitize sun.java.command by default · cd0e4fe9
      Andy Wilkinson authored
      Closes gh-12796
      cd0e4fe9
    • Andy Wilkinson's avatar
      Stop error page filter from commiting response prematurely · a06de4d9
      Andy Wilkinson authored
      Previously, the error page filter used sendError to set the response
      status when handling an exception and before forwarding the request
      to the error controller. Following the fix for gh-11814, this meant
      that the error controller was unable to write its response and the
      containers default error page was returned instead.
      
      This commit updates the error page filter to use setStatus rather than
      sendError. This ensures that the response has the correct status code
      while allowing the error controller to write its body. Tests have
      been added to the Tomcat deployment test suite to verify that the
      error page filter behaves as intended when dealing with a sent error
      and an exception for requests accepting HTML, JSON, or anything.
      
      Closes gh-12787
      a06de4d9
  2. 05 Apr, 2018 6 commits
  3. 04 Apr, 2018 9 commits
  4. 03 Apr, 2018 10 commits
  5. 02 Apr, 2018 2 commits
    • Phillip Webb's avatar
      Polish · a20df820
      Phillip Webb authored
      a20df820
    • Phillip Webb's avatar
      Be defensive when clearing caches for restart · ecfc8d73
      Phillip Webb authored
      Update `Restarter` to be much more defensive when attempting to clear
      caches. We now use `clearCache()` methods whenever possible, and only
      fall back to field access when absolutely necessary. In addition field
      access now ignore any exceptions.
      
      Fixes gh-12719
      ecfc8d73
  6. 30 Mar, 2018 2 commits
  7. 29 Mar, 2018 1 commit
  8. 27 Mar, 2018 6 commits