Index: lams_tool_lamc/web/errorbox.jsp =================================================================== diff -u -r653f0f0eff40af5e6891c22ef2b8efe9bf2f75af -rb261a00d2159e4a3b753a6637fe2891e24819595 --- lams_tool_lamc/web/errorbox.jsp (.../errorbox.jsp) (revision 653f0f0eff40af5e6891c22ef2b8efe9bf2f75af) +++ lams_tool_lamc/web/errorbox.jsp (.../errorbox.jsp) (revision b261a00d2159e4a3b753a6637fe2891e24819595) @@ -20,24 +20,11 @@ --> <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> -<%@ page import="org.apache.struts.action.Action" %> -<%@ page import="org.apache.struts.action.ActionErrors" %> -<% -String cprotocol = request.getProtocol(); -if(cprotocol.startsWith("HTTPS")){ - cprotocol = "https://"; -}else{ - cprotocol = "http://"; -} -String rootPath = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; -%> - - - - Error occured - - - - - - \ No newline at end of file + + + + \ No newline at end of file