summaryrefslogtreecommitdiffstats
path: root/base/ocsp/shared
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-02-20 17:05:23 +0100
committerEndi S. Dewata <edewata@redhat.com>2017-02-20 17:05:23 +0100
commita321054f6564c1e9776115aca4d5b3194e9ac699 (patch)
treeef73686cfbc8f12be7b22a8dac2d6b0930201a44 /base/ocsp/shared
parent07a53d25b3f6fab2e08c56a7a86fc5ea0fa4a8eb (diff)
downloadpki-a321054f6564c1e9776115aca4d5b3194e9ac699.tar.gz
pki-a321054f6564c1e9776115aca4d5b3194e9ac699.tar.xz
pki-a321054f6564c1e9776115aca4d5b3194e9ac699.zip
Renamed index.html to index.jsp in OCSP UI.
The index.html files in OCSP UI have been renamed to index.jsp such that they can be protected by access banner. https://fedorahosted.org/pki/ticket/2582
Diffstat (limited to 'base/ocsp/shared')
-rw-r--r--base/ocsp/shared/webapps/ocsp/agent/header.template2
-rw-r--r--base/ocsp/shared/webapps/ocsp/agent/index.jsp (renamed from base/ocsp/shared/webapps/ocsp/agent/index.html)0
-rw-r--r--base/ocsp/shared/webapps/ocsp/agent/index.template2
-rw-r--r--base/ocsp/shared/webapps/ocsp/agent/ocsp/index.jsp (renamed from base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html)0
-rw-r--r--base/ocsp/shared/webapps/ocsp/index.jsp (renamed from base/ocsp/shared/webapps/ocsp/index.html)0
5 files changed, 2 insertions, 2 deletions
diff --git a/base/ocsp/shared/webapps/ocsp/agent/header.template b/base/ocsp/shared/webapps/ocsp/agent/header.template
index f39de296c..495b94786 100644
--- a/base/ocsp/shared/webapps/ocsp/agent/header.template
+++ b/base/ocsp/shared/webapps/ocsp/agent/header.template
@@ -83,7 +83,7 @@ $(function() {
} else {
document.write('<a href="../' +
result.recordSet[i].id +
- '/index.html" target="_top">' +
+ '/" target="_top">' +
type + '<\/a>');
}
document.write('<\/font><\/td>');
diff --git a/base/ocsp/shared/webapps/ocsp/agent/index.html b/base/ocsp/shared/webapps/ocsp/agent/index.jsp
index 30662d47a..30662d47a 100644
--- a/base/ocsp/shared/webapps/ocsp/agent/index.html
+++ b/base/ocsp/shared/webapps/ocsp/agent/index.jsp
diff --git a/base/ocsp/shared/webapps/ocsp/agent/index.template b/base/ocsp/shared/webapps/ocsp/agent/index.template
index c3afe1928..0dddd0444 100644
--- a/base/ocsp/shared/webapps/ocsp/agent/index.template
+++ b/base/ocsp/shared/webapps/ocsp/agent/index.template
@@ -110,7 +110,7 @@ if (result.header.errorDetails != null) {
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
- document.write(result.recordSet[i].id + '/index.html');
+ document.write(result.recordSet[i].id + '/');
if (result.recordSet[i].type == "RegistrationAuthority") {
document.write('">Registration Manager Agent Services</a></font>');
document.write('<font size="-1" face="PrimaSans BT, Verdana, sans-serif"><br>');
diff --git a/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html b/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.jsp
index b94135258..b94135258 100644
--- a/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.html
+++ b/base/ocsp/shared/webapps/ocsp/agent/ocsp/index.jsp
diff --git a/base/ocsp/shared/webapps/ocsp/index.html b/base/ocsp/shared/webapps/ocsp/index.jsp
index 8fe876ff3..8fe876ff3 100644
--- a/base/ocsp/shared/webapps/ocsp/index.html
+++ b/base/ocsp/shared/webapps/ocsp/index.jsp