📄 casfailed.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -