From 9849e75b92855cc525599220d2169e4efc3ca5aa Mon Sep 17 00:00:00 2001 From: marcins78 Date: Fri, 4 Jan 2013 11:27:10 +0000 Subject: [PATCH] Adding JSP headers to included HTMLs. --- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 6 ++++++ .../gemp-lotr-web/src/main/webapp/includes/contribute.html | 6 ++++++ .../gemp-lotr-web/src/main/webapp/includes/formatRules.html | 6 ++++++ .../gemp-lotr-web/src/main/webapp/includes/gameHistory.html | 6 ++++++ .../gemp-lotr-web/src/main/webapp/includes/instruction.html | 6 ++++++ .../src/main/webapp/includes/leagueResults.html | 6 ++++++ .../gemp-lotr-web/src/main/webapp/includes/leagueRules.html | 6 ++++++ .../src/main/webapp/includes/registrationForm.html | 6 ++++++ gemp-lotr/gemp-lotr-web/src/main/webapp/includes/stats.html | 6 ++++++ .../src/main/webapp/includes/tournamentResults.html | 6 ++++++ .../gemp-lotr-web/src/main/webapp/includes/yourStats.html | 6 ++++++ 11 files changed, 66 insertions(+) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index f67fe055f..f079fc10d 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,3 +1,9 @@ +<%@ page contentType="text/html; charset=UTF-8"%> +<% +response.setHeader("Cache-Control","no-cache"); +response.setHeader("Pragma","no-cache"); +response.setDateHeader ("Expires", -1); +%>
 03 Jan. 2013
 - "Legolas, Elven Comrade" now should automatically allow to choose a minion skirmishing an unbound companion.
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html
index 21e201f40..c106ca939 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html
@@ -1,3 +1,9 @@
+<%@ page contentType="text/html; charset=UTF-8"%>
+<%
+response.setHeader("Cache-Control","no-cache");
+response.setHeader("Pragma","no-cache");
+response.setDateHeader ("Expires", -1);
+%>
 

How can I help?

You can contribute in multiple ways: