1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Move InetAddressMatcher to spring-security-core

Closes gh-18979
This commit is contained in:
Robert Winch
2026-03-25 15:25:40 -05:00
parent c6e60c84f9
commit 51ce11cbd2
11 changed files with 56 additions and 16 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
[[new]]
= What's New in Spring Security 7.1
== Web
== Core
* https://github.com/spring-projects/spring-security/pull/18634[gh-18634] - Added javadoc:org.springframework.security.web.util.matcher.InetAddressMatcher[]
* https://github.com/spring-projects/spring-security/pull/18634[gh-18634] - Added javadoc:org.springframework.security.util.matcher.InetAddressMatcher[]
== Web
* https://github.com/spring-projects/spring-security/issues/18755[gh-18755] - Include `charset` in `WWW-Authenticate` header
* Added xref:servlet/authorization/architecture.adoc#authz-conditional-authorization-manager[ConditionalAuthorizationManager]
* Added `when` and `withWhen` conditions to `AuthorizationManagerFactories.multiFactor()` for xref:servlet/authentication/mfa.adoc#programmatic-mfa[Programmatic MFA]