1. 04 Apr, 2018 1 commit
  2. 03 Apr, 2018 10 commits
  3. 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
  4. 30 Mar, 2018 2 commits
  5. 29 Mar, 2018 1 commit
  6. 27 Mar, 2018 6 commits
  7. 24 Mar, 2018 2 commits
  8. 23 Mar, 2018 4 commits
  9. 16 Mar, 2018 4 commits
    • Phillip Webb's avatar
      Fix copyright header for edited files · a8f366a5
      Phillip Webb authored
      a8f366a5
    • Phillip Webb's avatar
      Add text/plain error response support · 23892e33
      Phillip Webb authored
      Refine `BasicErrorController` mappings so that only JSON and XML get
      structured responses. A simple string response is returned for all
      other media types.
      
      Fixes gh-12513
      23892e33
    • Phillip Webb's avatar
      Only use jar shortcut for matching URLs · e975dbe3
      Phillip Webb authored
      Update JAR `Handler` logic so that the existing `jarFile` is only used
      if the requested URL starts with the same path. Prior to this commit it
      was possible to construct a URL with another URL as context. This could
      mean that the `handler` was shared and the already resolved `jarFile`
      contained in the handler wasn't necessarily suitable.
      
      Fixes gh-12483
      e975dbe3
    • Phillip Webb's avatar
      Polish · e40acf24
      Phillip Webb authored
      e40acf24
  10. 15 Mar, 2018 4 commits
  11. 12 Mar, 2018 3 commits
  12. 08 Mar, 2018 1 commit