1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SecurityMockMvcResultMatchers.withAuthorities(String...)

Closes gh-17974
This commit is contained in:
Rob Winch
2025-09-29 15:55:28 -05:00
parent 0e99324c43
commit 7f10897de3
3 changed files with 65 additions and 1 deletions
+4
View File
@@ -70,6 +70,10 @@ http.csrf((csrf) -> csrf.spa());
* Made so that SLO still returns `<saml2:LogoutResponse>` even when validation fails
* Removed Open SAML 4 support; applications should migrate to Open SAML 5
== Test
* https://github.com/spring-projects/spring-security/issues/17974[Add SecurityMockMvcResultMatchers.withAuthorities(String...)]
== Web
* Removed `MvcRequestMatcher` and `AntPathRequestMatcher` in favor of `PathPatternRequestMatcher`