1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-1207. Fixed class name in jsp

This commit is contained in:
Luke Taylor
2009-07-22 16:37:22 +00:00
parent 719a5e09d8
commit 0a37aed4b9
@@ -11,7 +11,7 @@
<font color="red">
Your CAS credentials were rejected.<br/><br/>
Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
Reason: <%= ((AuthenticationException) session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
</font>
</body>