Index: lams_tool_lamc/web/errorbox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/errorbox.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/errorbox.jsp 30 Sep 2005 10:11:33 -0000 1.1 +++ lams_tool_lamc/web/errorbox.jsp 19 Oct 2005 16:14:00 -0000 1.2 @@ -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