Hello everyone, I am new to this community, and I am writing about a problem I don't understand. Here's my issue: I tried to customize the error page error/423.html with a specific thematic design. During a login attempt, my theme was applied correctly. However, after a throttling event, the error page reverted to the default theme. Below, I will share some log fragments, and I would greatly appreciate your kind assistance.
AFTER THROTTLING EVENT 2025-01-07 16:49:25,801 WARN [org.apereo.cas.throttle.DefaultThrottledRequestResponseHandler] - <Access Denied for user [###] from IP Address [###]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - <Attempting to resolve theme via [CookieThemeResolver]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - <Attempting to resolve theme via [SessionThemeResolver]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - <Attempting to resolve theme via [RequestHeaderThemeResolver]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - <Attempting to resolve theme via [RegisteredServiceThemeResolver]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.RegisteredServiceThemeResolver] - <No service is found in the request context. Falling back to the default theme [cas-theme-default]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.RegisteredServiceThemeResolver] - <Storing theme [cas-theme-default] as a request attribute under [theme]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - <Attempting to resolve theme via [FixedThemeResolver]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - <No specific theme could be found. Using default theme [cas-theme-default]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ThemeViewResolver$Factory] - <Creating theme view resolver based on theme [cas-theme-default]> 2025-01-07 16:49:25,819 TRACE [org.apereo.cas.services.web.ThemeViewResolver] - <Attempting to resolve view [error/423] via locale [it_IT]> 2025-01-07 16:49:25,821 TRACE [org.apereo.cas.services.web.ThemeViewResolver] - <Attempting to locate theme location at [classpath:/templates/cas-theme-default/error/423.html]> -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ed7ffae1-fb75-401e-8e3a-e74ec3b51ae3n%40apereo.org.
