From 28dd7dabfb94e37c3378fc0653b9096b3f9afb6e Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Thu, 17 Mar 2022 12:56:17 -0500 Subject: [PATCH] Update What's New for 5.7 --- docs/modules/ROOT/pages/whats-new.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 9bafa36c10..6d8dcb8c2b 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -21,6 +21,10 @@ Below are the highlights of the release. [[whats-new-webflux]] == WebFlux +* Web + +** Allow customizing https://github.com/spring-projects/spring-security/issues/10903[charset] in `ServerHttpBasicAuthenticationConverter` + * OAuth 2.0 Client ** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]