1. 16 1月, 2018 1 次提交
  2. 15 1月, 2018 1 次提交
  3. 13 1月, 2018 1 次提交
  4. 12 1月, 2018 1 次提交
  5. 11 1月, 2018 1 次提交
  6. 05 1月, 2018 2 次提交
  7. 21 12月, 2017 1 次提交
    • S
      Improve CORS list properties combination logic · 0075f131
      sdeleuze 提交于
      This commit allows CorsConfiguration#combine()
      to differentiate permit default values set by
      CorsConfiguration#applyPermitDefaultValues()
      from values configured explicitly by the user.
      
      Those permit default values will be overridden
      by any user-provided ones while user-provided values
      will be combined in an additive way, including
      when "*" is specified.
      
      Documentation has been improved accordingly.
      
      Issue: SPR-15772
      0075f131
  8. 15 12月, 2017 1 次提交
  9. 05 12月, 2017 1 次提交
  10. 30 11月, 2017 1 次提交
  11. 29 11月, 2017 3 次提交
  12. 23 11月, 2017 1 次提交
    • S
      Disable CORS credentials by default · 652e5c55
      sdeleuze 提交于
      Access-Control-Allow-Credentials CORS header, used to
      allow cookies with CORS requests, is not set to true
      anymore by default when enabling CORS with
      @CrossOrigin or global CORS configuration in order to
      provide a more secured default CORS configuration.
      
      The related allowCredentials property now requires to
      be set to true explicitly in order to support cookies
      with CORS requests.
      
      Issue: SPR-16130
      652e5c55
  13. 21 11月, 2017 2 次提交
  14. 16 11月, 2017 2 次提交
  15. 15 11月, 2017 2 次提交
  16. 14 11月, 2017 2 次提交
  17. 07 11月, 2017 1 次提交
  18. 03 11月, 2017 2 次提交
    • R
      Update docs on HTTP/2 · 845110aa
      Rossen Stoyanchev 提交于
      845110aa
    • R
      Add AbstractReactiveWebInitializer · aa653b23
      Rossen Stoyanchev 提交于
      This commit introduces a new AbstractReactiveWebInitializer in
      spring-web that relies on WebHttpHandlerBuilder to detect request
      processing infrastructure beans from an ApplicationContext.
      
      This eliminates the need to create a DispatcherHandler, since it is
      expected to be a Spring bean, and as a result the initializers in
      spring-webflux have been deprecated.
      
      Issue: SPR-16144
      aa653b23
  19. 24 10月, 2017 3 次提交
  20. 20 10月, 2017 1 次提交
  21. 19 10月, 2017 2 次提交
  22. 18 10月, 2017 2 次提交
  23. 17 10月, 2017 1 次提交
  24. 16 10月, 2017 2 次提交
  25. 11 10月, 2017 2 次提交
  26. 07 10月, 2017 1 次提交