소스 검색

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">
     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>