⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 error.jsp

📁 JAVA做的J2EE下CA认证系统 基于EJB开发
💻 JSP
字号:
<%@ page isErrorPage="true" %><html><title>@EJBCA@ Certificate Enroll Error</title><body><h2>@EJBCA@ Certificate Enroll Error</h2><%String isException = (String)request.getAttribute("Exception");String errMsg = (String)request.getAttribute("ErrorMessage");if ( (isException != null) && (isException.equals("true")) ) {%>An Exception occured:<hr><%}if (errMsg != null) {%><%=errMsg%><%} else {%>Unknown error, or you came to this page directly without beeing redirected.<%}%><p><a href="javascript:history.back()">Go back</a></body></html>

⌨️ 快捷键说明

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