1. 20 7月, 2019 3 次提交
  2. 19 7月, 2019 4 次提交
  3. 18 7月, 2019 5 次提交
  4. 15 7月, 2019 1 次提交
    • R
      Filtering for nested ERROR dispatch · 99c4a9ee
      Rossen Stoyanchev 提交于
      OncePerRequestFilter now has a doFilter method that allows separate
      processing of nested ERROR dispatches. This is useful for filters
      that wrap the request and response.
      
      Closes gh-23196
      99c4a9ee
  5. 13 7月, 2019 1 次提交
  6. 11 7月, 2019 2 次提交
  7. 10 7月, 2019 1 次提交
  8. 08 7月, 2019 1 次提交
    • S
      Support empty target request path in FlashMap · db8be501
      Sam Brannen 提交于
      Prior to this commit, if the user configured an empty path for the
      targetRequestPath property of a FlashMap, the FlashMapManager threw a
      StringIndexOutOfBoundsException when saving the output FlashMap for the
      next request.
      
      This commit fixes this by skipping the decoding and normalization of an
      empty target request path.
      
      Fixes gh-23240
      db8be501
  9. 07 7月, 2019 1 次提交
    • S
      Ignore empty entries when parsing MediaTypes and MimeTypes · efab6eb5
      Sam Brannen 提交于
      Prior to Spring Framework 5.1.3, MimeTypeUtils.parseMimeTypes() and
      MediaType.parseMediaTypes() ignored empty entries, but 5.1.3 introduced
      a regression in that an empty entry -- for example, due to a trailing
      comma in the list of media types in an HTTP Accept header -- would result
      in a "406 Not Acceptable" response status.
      
      This commit fixes this by filtering out empty entries before parsing
      them into MimeType and MediaType instances. Empty entries are therefore
      effectively ignored.
      
      Fixes gh-23241
      efab6eb5
  10. 05 7月, 2019 8 次提交
  11. 03 7月, 2019 2 次提交
  12. 02 7月, 2019 3 次提交
  13. 25 6月, 2019 2 次提交
    • S
      Document that CacheManager.getCache() may create a new Cache · ac29e9de
      Sam Brannen 提交于
      Prior to this commit, it was unclear that an invocation of getCache()
      might potentially create a new Cache.
      
      This commit updates the Javadoc to point out that concrete CacheManager
      implementations may choose to create a new Cache at runtime if the Cache
      does not already exist.
      
      Closes gh-23193
      ac29e9de
    • S
      Clarify semantics of the PriorityOrdered interface · dda4dfb4
      Sam Brannen 提交于
      This commit clarifies the semantics of the PriorityOrdered interface
      with respect to sorting sets of objects containing both PriorityOrdered
      and plain Ordered objects.
      
      Closes gh-23187
      dda4dfb4
  14. 22 6月, 2019 1 次提交
  15. 21 6月, 2019 3 次提交
  16. 19 6月, 2019 1 次提交
  17. 18 6月, 2019 1 次提交