Index: lams_tool_lamc/web/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/header.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/web/header.jsp 30 Sep 2005 10:11:33 -0000 1.1 +++ lams_tool_lamc/web/header.jsp 12 Nov 2005 16:56:37 -0000 1.2 @@ -20,12 +20,3 @@ --> <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> <%@ page contentType="text/html; charset=iso-8859-1" language="java" %> -<% -String protocol = request.getProtocol(); -if(protocol.startsWith("HTTPS")){ - protocol = "https://"; -}else{ - protocol = "http://"; -} -String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; -%>