From e42ca7ccdbfd2bc40b0d5d27bd5f2886f43b2b7f Mon Sep 17 00:00:00 2001 From: Dominik Topp <19268966+dominiktopp@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:50:49 +0100 Subject: [PATCH] Fix for freemarker template URL sanitization in template.ftl (#26838) closes #26826 Signed-off-by: Dominik Topp <19268966+dominiktopp@users.noreply.github.com> (cherry picked from commit edd68d12fb7d02aebf6ed73e8fca3c698f075ee3) --- themes/src/main/resources/theme/base/login/template.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/src/main/resources/theme/base/login/template.ftl b/themes/src/main/resources/theme/base/login/template.ftl index 188cea59608..d28cf40eb4d 100644 --- a/themes/src/main/resources/theme/base/login/template.ftl +++ b/themes/src/main/resources/theme/base/login/template.ftl @@ -41,7 +41,7 @@ checkCookiesAndSetTimer( "${authenticationSession.authSessionId}", "${authenticationSession.tabId}", - "${url.ssoLoginInOtherTabsUrl}" + "${url.ssoLoginInOtherTabsUrl?no_esc}" );