diff --git a/samples/cas/client/src/main/webapp/casfailed.jsp b/samples/cas/client/src/main/webapp/casfailed.jsp index a1ff6b8114..2a713fbc33 100644 --- a/samples/cas/client/src/main/webapp/casfailed.jsp +++ b/samples/cas/client/src/main/webapp/casfailed.jsp @@ -11,7 +11,7 @@ Your CAS credentials were rejected.

- Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %> + Reason: <%= ((AuthenticationException) session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>