signinsuccess.jsp
来自「《Java网络程序设计.rar》包括三个网络程序的源代码。」· JSP 代码 · 共 53 行
JSP
53 行
<%----%><%@page errorPage='<%=request.getContextPath() +"/jsp/error.jsp" %>' %><BR><BR><p><center><font size="6" color="green">Welcome to Workflow System</font><br><br><font size="4" color="red"><I>Organize your project better</I></font><p><% if ((request.getRequestURL().toString()).endsWith("_cfb")) {%> <font size=4>You are using Container HTTP Form-Based Authentication</font><br> with Principal:<b><%= request.getUserPrincipal().getName() %></b><br><br><%} else if (request.getServerPort()==8443){%> <font size=4>You are using SSL Authentication</font> <br><br><%} else if ((request.getRequestURL().toString()).endsWith("_ba")){%> <font size=4>You are using HTTP Basic Authentication</font> <br><br><%} else{%> <font size=4>You are using Application Form-Based Authentication</font> <br><br><%}%><p><a href="<%=request.getContextPath()%>/control/main">Workflow Main Page</a><p></center>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?