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

Update Deprecated Spring Web Usage

This commit is contained in:
Josh Cummings
2025-04-23 11:28:20 -06:00
parent 216680bb50
commit 834370d8eb
7 changed files with 22 additions and 20 deletions
@@ -127,7 +127,7 @@ public final class OidcBackChannelLogoutHandler implements LogoutHandler {
String computeLogoutEndpoint(HttpServletRequest request, OidcBackChannelLogoutAuthentication token) {
// @formatter:off
UriComponents uriComponents = UriComponentsBuilder
.fromHttpUrl(UrlUtils.buildFullRequestUrl(request))
.fromUriString(UrlUtils.buildFullRequestUrl(request))
.replacePath(request.getContextPath())
.replaceQuery(null)
.fragment(null)