From 07b895a069d0de4b44bef5c27f3ba12148e79b5a Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Mon, 7 Jul 2008 14:10:10 +0000
Subject: [PATCH]     * Router console: Flag placeholder pages as noncacheable

---
 apps/routerconsole/jsp/i2psnark/index.html | 5 ++++-
 apps/routerconsole/jsp/i2ptunnel/index.jsp | 5 ++++-
 apps/routerconsole/jsp/susidns/index.jsp   | 5 ++++-
 apps/routerconsole/jsp/susimail/susimail   | 5 ++++-
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/apps/routerconsole/jsp/i2psnark/index.html b/apps/routerconsole/jsp/i2psnark/index.html
index b5d580fd56..290497311e 100644
--- a/apps/routerconsole/jsp/i2psnark/index.html
+++ b/apps/routerconsole/jsp/i2psnark/index.html
@@ -1,4 +1,7 @@
-<html><head><title>I2PSnark Disabled</title></head>
+<html><head><title>I2PSnark Disabled</title>
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
+</head>
 <body>
 I2PSnark is not running. Go to <a href="/configclients.jsp">the config clients page</a>
 to start it.
diff --git a/apps/routerconsole/jsp/i2ptunnel/index.jsp b/apps/routerconsole/jsp/i2ptunnel/index.jsp
index 10d67519cf..edba596ef2 100644
--- a/apps/routerconsole/jsp/i2ptunnel/index.jsp
+++ b/apps/routerconsole/jsp/i2ptunnel/index.jsp
@@ -1,4 +1,7 @@
-<html><head><title>I2PTunnel Disabled</title></head>
+<html><head><title>I2PTunnel Disabled</title>
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
+</head>
 <body>
 I2PTunnel is not running. Go to <a href="/configclients.jsp">the config clients page</a>
 to start it.
diff --git a/apps/routerconsole/jsp/susidns/index.jsp b/apps/routerconsole/jsp/susidns/index.jsp
index 1a3ae2c0bb..5fb267a83c 100644
--- a/apps/routerconsole/jsp/susidns/index.jsp
+++ b/apps/routerconsole/jsp/susidns/index.jsp
@@ -1,4 +1,7 @@
-<html><head><title>SusiDNS Disabled</title></head>
+<html><head><title>SusiDNS Disabled</title>
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
+</head>
 <body>
 SusiDNS is not running. Go to <a href="/configclients.jsp">the config clients page</a>
 to start it.
diff --git a/apps/routerconsole/jsp/susimail/susimail b/apps/routerconsole/jsp/susimail/susimail
index 879b7a442c..9852921214 100644
--- a/apps/routerconsole/jsp/susimail/susimail
+++ b/apps/routerconsole/jsp/susimail/susimail
@@ -1,4 +1,7 @@
-<html><head><title>SusiMail Disabled</title></head>
+<html><head><title>SusiMail Disabled</title>
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
+</head>
 <body>
 SusiMail is not running. Go to <a href="/configclients.jsp">the config clients page</a>
 to start it.
-- 
GitLab