Type Exception Report
Message Filter execution threw an exception
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
jakarta.servlet.ServletException: Filter execution threw an exception org.apereo.cas.web.support.filters.AddResponseHeadersFilter.doFilter(AddResponseHeadersFilter.java:62)I get the same warning on startup with CAS 7.3.0. It doesn't impact my deployment though.In my experience, the 500 internal server error can be caused by many situations, from opening two SSO tabs at the same time, to a user's IP addressing changing mid-auth. Even leaving a tab on the SSO login page for more than a few hours has caused the problem for our users (often happens over the weekend). Many of the situations that cause the 500 error are correctable by the user, at least in my experience. Simply hitting the page again seems to work most of the time.