casfailed.jsp 378 B

1234567891011121314151617
  1. <%@ page import="org.springframework.security.core.AuthenticationException" %>
  2. <%@ page import="org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter" %>
  3. <html>
  4. <head>
  5. <title>Login to CAS failed!</title>
  6. </head>
  7. <body>
  8. <h2>Login to CAS failed!</h2>
  9. <font color="red">
  10. Your CAS credentials were rejected.<br/>
  11. </font>
  12. </body>
  13. </html>