1. 22 3月, 2019 3 次提交
  2. 21 3月, 2019 1 次提交
  3. 20 3月, 2019 7 次提交
    • A
      Fix review remarks on Servlet.fn · 0e9ea2c9
      Arjen Poutsma 提交于
      This commit incoporates the remarks made during the Servlet.fn review.
      
      See gh-21490
      0e9ea2c9
    • A
      Add Servlet.fn integration with DispatcherServlet · e638fef5
      Arjen Poutsma 提交于
      This commit adds support for HandlerFunctions and RouterFunctions to
      DispatcherServlet, in the form of a HandlerAdapter and HandlerMapping.
      
      See gh-21490
      e638fef5
    • A
      Add Tests for Servlet.fn · 85082fc1
      Arjen Poutsma 提交于
      This commit adds tests for Servlet.fn, the servlet-based version of
      HandlerFunctions and RouterFunctions.
      
      See gh-21490
      85082fc1
    • A
      Introduce Servlet.fn · 5d2fd75c
      Arjen Poutsma 提交于
      This commit introduces Servlet.fn, a servlet-based version of
      WebFlux.fn, i.e. HandlerFunctions and RouterFunctions.
      
      This commit contains the web framework only, further commits provide
      tests and DispatcherServlet integration.
      
      See gh-21490
      5d2fd75c
    • R
      Fix @since typo · c7401dbe
      Rossen Stoyanchev 提交于
      c7401dbe
    • R
      Polish · f52c1fda
      Rossen Stoyanchev 提交于
      f52c1fda
    • S
      Update documentation for WebJar support · ef11aa45
      Sam Brannen 提交于
      Prior to this commit, documentation for WebJar support referenced the
      webjars-locator artifact; however, Spring now uses the
      webjars-locator-core artifact.
      
      This commit updates the documentation to reflect this.
      
      Closes gh-22613
      ef11aa45
  4. 15 3月, 2019 1 次提交
  5. 14 3月, 2019 1 次提交
  6. 08 3月, 2019 2 次提交
  7. 07 3月, 2019 1 次提交
  8. 04 3月, 2019 1 次提交
  9. 02 3月, 2019 1 次提交
  10. 26 2月, 2019 1 次提交
  11. 25 2月, 2019 2 次提交
    • J
      Polish · 625e2106
      Johnny Lim 提交于
      625e2106
    • W
      Polish · f2aa374b
      www 提交于
      Closes gh-22463
      f2aa374b
  12. 15 2月, 2019 1 次提交
  13. 09 2月, 2019 1 次提交
  14. 04 2月, 2019 2 次提交
  15. 31 1月, 2019 1 次提交
  16. 25 1月, 2019 1 次提交
  17. 21 1月, 2019 1 次提交
  18. 19 1月, 2019 1 次提交
  19. 03 1月, 2019 1 次提交
    • R
      More accurate checks for presence of MediaType.ALL · 4b24bcb7
      Rossen Stoyanchev 提交于
      Typically a straight up equals as well as Collections#contains
      checks for MediaType.ALL is susceptible to the presence of
      media type parameters.
      
      This commits adds equalsTypeAndSubtype as well as an
      isPresentIn(Collection<MimeType>) methods to MimeType to faciliate
      with checks for MediaType.ALL.
      
      Issue: SPR-17550
      4b24bcb7
  20. 13 12月, 2018 2 次提交
  21. 27 11月, 2018 2 次提交
    • R
      Polish · 3eee118b
      Rossen Stoyanchev 提交于
      3eee118b
    • O
      Sanitize request fragment in ResourceUrlEncodingFilter · 959cf616
      Ondrej Kraus 提交于
      Prior to this change, ResourceUrlEncodingFilter would try to resolve
      the resource path using request URL without removing fragment first,
      whereas only paths should be used.
      
      This commit synchronizes behavior of ResourceUrlEncodingFilter with
      behavior of ResourceUrlProvider.
      
      Issue: SPR-17535
      959cf616
  22. 23 11月, 2018 1 次提交
  23. 22 11月, 2018 1 次提交
  24. 21 11月, 2018 3 次提交
  25. 19 11月, 2018 1 次提交