1. 07 Jan, 2020 6 commits
  2. 06 Jan, 2020 3 commits
    • Brian Clozel's avatar
      Avoid 406 Not Acceptable for error pages · 2f78c72f
      Brian Clozel authored
      Prior to this commit, the `ErrorController` would override the original
      error response status if the error map cannot be written due to content
      negotiation with the HTTP client. In that case, the error handling
      infrastructure returns a `406 Not Acceptable` response.
      
      This commit improves the `ErrorController` so that
      `HttpMediaTypeNotAcceptableException` instances thrown by that
      controller are not returned as is but instead we write the error
      response with an empty body and the original HTTP error status.
      
      Fixes gh-19545
      See gh-19522
      2f78c72f
    • Stephane Nicoll's avatar
      Merge pull request #19536 from dreis2211 · 6a7e3c55
      Stephane Nicoll authored
      * pr/19536:
        Remove deprecated usage of WebTestClientBuilderCustomizer
      
      Closes gh-19536
      6a7e3c55
    • dreis2211's avatar
      Remove deprecated usage of WebTestClientBuilderCustomizer · 6ffe47cd
      dreis2211 authored
      See gh-19536
      6ffe47cd
  3. 04 Jan, 2020 5 commits
  4. 03 Jan, 2020 8 commits
  5. 02 Jan, 2020 2 commits
  6. 01 Jan, 2020 3 commits
  7. 31 Dec, 2019 7 commits
  8. 30 Dec, 2019 1 commit
  9. 29 Dec, 2019 2 commits
  10. 28 Dec, 2019 3 commits