casfailed.jsp

来自「acegi构造安全的java系统」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %><%@ page import="org.acegisecurity.ui.AbstractProcessingFilter" %><%@ page import="org.acegisecurity.AuthenticationException" %><html>  <head>    <title>Login to CAS failed!</title>  </head>  <body>    <h1>Login to CAS failed!</h1>      <font color="red">        Your CAS credentials were rejected.<BR><BR>        Reason: <%= ((AuthenticationException) session.getAttribute(org.acegisecurity.ui.AbstractProcessingFilter.ACEGI_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>      </font>  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?