浏览代码

SEC-1207. Fixed class name in jsp

Luke Taylor 16 年之前
父节点
当前提交
0a37aed4b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/cas/client/src/main/webapp/casfailed.jsp

+ 1 - 1
samples/cas/client/src/main/webapp/casfailed.jsp

@@ -11,7 +11,7 @@
 
 
 <font color="red">
 <font color="red">
     Your CAS credentials were rejected.<br/><br/>
     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>
 </font>
 
 
 </body>
 </body>