1. 28 1月, 2021 2 次提交
  2. 27 1月, 2021 9 次提交
  3. 26 1月, 2021 3 次提交
  4. 25 1月, 2021 2 次提交
  5. 24 1月, 2021 3 次提交
  6. 23 1月, 2021 3 次提交
    • R
      Expose mvcPatternParser bean in WebMvcConfigurationSupport · 5a640bb6
      Rossen Stoyanchev 提交于
      See gh-26427
      5a640bb6
    • R
      Check that PathPatternParser is not set too late · 5c1cbb76
      Rossen Stoyanchev 提交于
      This commit ensures the PathPatternParser cannot be set after request mappings
      have been initialized when it is too late.
      
      See gh-26427
      5c1cbb76
    • S
      Unwrap proxied DataSources in SqlScriptsTestExecutionListener · 4a7a2258
      Sam Brannen 提交于
      Prior to this commit, if the DataSource in the
      DataSourceFromTransactionManager was wrapped in a proxy implementing
      InfrastructureProxy, SqlScriptsTestExecutionListener would throw an
      exception stating that the DataSource in the ApplicationContext and the
      DataSource in the DataSourceFromTransactionManager were not the same.
      
      This commit unwraps both data sources and compares the underlying
      target instances to check for equality.
      
      In addition, this commit makes the unwrapResourceIfNecessary() method in
      TransactionSynchronizationUtils public.
      
      Closes gh-26422
      4a7a2258
  7. 22 1月, 2021 4 次提交
  8. 21 1月, 2021 3 次提交
    • A
      Copy headers from part in MultipartBodyBuilder · e537844a
      Arjen Poutsma 提交于
      This commit makes sure that Part.headers() is copied over when adding a
      part in the MultipartBodyBuilder.
      
      Closes gh-26410
      e537844a
    • A
      Checkstyle fix · daa54650
      Arjen Poutsma 提交于
      daa54650
    • B
      Fix contextPath request matching with PathPatterns · 5a4a677f
      Brian Clozel 提交于
      Prior to this commit, `SimpleUrlHandlerMapping` and other
      implementations of `AbstractUrlHandlerMapping` would not strip the
      Servlet context path from the request path before performing path
      matching with PathPattern instances.
      
      This resulted in requests not matching as expected if the application
      was configured with a Servlet context path.
      
      This commit ensures that the `RequestPath` "path whithin the
      application" is used for matching against path patterns.
      
      Fixes gh-26411
      5a4a677f
  9. 20 1月, 2021 1 次提交
  10. 19 1月, 2021 3 次提交
  11. 18 1月, 2021 1 次提交
  12. 15 1月, 2021 2 次提交
  13. 14 1月, 2021 4 次提交