Index: lams_tool_lamc/web/header.jsp =================================================================== diff -u -r653f0f0eff40af5e6891c22ef2b8efe9bf2f75af -r7d4312121d0ac51529464536ca8203c445f5d433 --- lams_tool_lamc/web/header.jsp (.../header.jsp) (revision 653f0f0eff40af5e6891c22ef2b8efe9bf2f75af) +++ lams_tool_lamc/web/header.jsp (.../header.jsp) (revision 7d4312121d0ac51529464536ca8203c445f5d433) @@ -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()+"/"; -%>