1. 29 11月, 2017 3 次提交
  2. 28 11月, 2017 1 次提交
  3. 24 11月, 2017 1 次提交
  4. 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
  5. 21 11月, 2017 2 次提交
  6. 20 11月, 2017 2 次提交
  7. 16 11月, 2017 2 次提交
  8. 15 11月, 2017 2 次提交
  9. 14 11月, 2017 2 次提交
  10. 11 11月, 2017 1 次提交
  11. 07 11月, 2017 1 次提交
  12. 06 11月, 2017 1 次提交
  13. 03 11月, 2017 3 次提交
    • R
      Update docs on HTTP/2 · 845110aa
      Rossen Stoyanchev 提交于
      845110aa
    • J
      Fix a broken link · 7964360f
      Jay Bryant 提交于
      7964360f
    • 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
  14. 27 10月, 2017 4 次提交
  15. 26 10月, 2017 1 次提交
  16. 25 10月, 2017 1 次提交
  17. 24 10月, 2017 5 次提交
  18. 23 10月, 2017 1 次提交
  19. 20 10月, 2017 1 次提交
  20. 19 10月, 2017 2 次提交
  21. 18 10月, 2017 2 次提交
  22. 17 10月, 2017 1 次提交