From 0a37aed4b94002e01017777872b23f8bc2cf219a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 22 Jul 2009 16:37:22 +0000 Subject: [PATCH] SEC-1207. Fixed class name in jsp --- samples/cas/client/src/main/webapp/casfailed.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() %>