Spring Security 5.2.2、5.1.8 和 5.0.14 發佈

Spring Security 5.2.2、5.1.8 和 5.0.14 發佈了。

Spring Security 5.2.2 新特性:

  • 默認情況下,不要使用 Accept: text/event-stream 來緩存請求
  • 提供 AuthorizedClientServiceOAuth2AuthorizedClientManager 的反應式實現
  • 刪除重定向驗證的多餘驗證
  • 刪除 SecurityExpressionRoot 中不必要的代碼
  • 提取 HTTPS 文檔

更新說明:https://github.com/spring-projects/spring-security/releases/tag/5.2.2.RELEASE

Spring Security 5.1.8 新特性:

  • 刪除重定向驗證的多餘驗證
  • WebClient 支持應在過期和 client_credentials 過期後獲得新的訪問令牌

更新說明:https://github.com/spring-projects/spring-security/releases/tag/5.1.8.RELEASE

Spring Security 5.0.14 bug 修復:

  • CompositeServerHttpHeadersWriter 應該順序執行
  • SEC-2980:SessionRegistryImpl 中可能的競爭條件

更新說明:https://github.com/spring-projects/spring-security/releases/tag/5.0.14.RELEASE


Spring Security 5.2.2、5.1.8 和 5.0.14 發佈


文章轉載自 OSCHINA 社區 [http://www.oschina.net]

本文標題:Spring Security 5.2.2、5.1.8 和 5.0.14 發佈

本文地址:https://www.oschina.net/news/113245/spring-security-5-2-2-5-1-8-and-5-0-14-released


分享到:


相關文章: