Fix redirection URL for KRA and OCSP
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
This commit is contained in:
parent
c3c0a7cfee
commit
3981d4d6df
42
0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch
Normal file
42
0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch
Normal file
@ -0,0 +1,42 @@
|
||||
From d57b32e2b4e0f7aa43f8f38e7ce539da6e0e93d7 Mon Sep 17 00:00:00 2001
|
||||
From: Dinesh Prasanth M K <SilleBille@users.noreply.github.com>
|
||||
Date: Wed, 14 Aug 2019 17:36:38 -0400
|
||||
Subject: [PATCH] Fix URL redirection for KRA and OCSP web UI (#241)
|
||||
|
||||
Fixes changes introduced via commit: 2210c2a
|
||||
|
||||
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
|
||||
---
|
||||
base/kra/shared/webapps/kra/services.template | 2 +-
|
||||
base/ocsp/shared/webapps/ocsp/services.template | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/base/kra/shared/webapps/kra/services.template b/base/kra/shared/webapps/kra/services.template
|
||||
index 941fb5277..930b41345 100644
|
||||
--- a/base/kra/shared/webapps/kra/services.template
|
||||
+++ b/base/kra/shared/webapps/kra/services.template
|
||||
@@ -106,7 +106,7 @@ Certificate System DRM Services Page
|
||||
<tr valign="TOP">
|
||||
<td>
|
||||
<td>
|
||||
-<li><font size=4 face="PrimaSans BT, Verdana, sans-serif"><a href="ee/kra">SSL End Users Services</a></font>
|
||||
+<li><font size=4 face="PrimaSans BT, Verdana, sans-serif"><a href="agent/kra">Agent Services</a></font>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
diff --git a/base/ocsp/shared/webapps/ocsp/services.template b/base/ocsp/shared/webapps/ocsp/services.template
|
||||
index c1c2839bb..5cc662845 100644
|
||||
--- a/base/ocsp/shared/webapps/ocsp/services.template
|
||||
+++ b/base/ocsp/shared/webapps/ocsp/services.template
|
||||
@@ -106,7 +106,7 @@ Certificate System OCSP Services Page
|
||||
<tr valign="TOP">
|
||||
<td>
|
||||
<td>
|
||||
-<li><font size=4 face="PrimaSans BT, Verdana, sans-serif"><a href="ee/ocsp">SSL End Users Services</a></font>
|
||||
+<li><font size=4 face="PrimaSans BT, Verdana, sans-serif"><a href="agent/ocsp">Agent Services</a></font>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
--
|
||||
2.21.0
|
||||
|
@ -8,7 +8,7 @@ URL: http://www.dogtagpki.org/
|
||||
License: GPLv2 and LGPLv2
|
||||
|
||||
Version: 10.7.3
|
||||
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
Release: 2%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
# global _phase -a1
|
||||
|
||||
# To create a tarball from a version tag:
|
||||
@ -1542,6 +1542,9 @@ fi
|
||||
|
||||
################################################################################
|
||||
%changelog
|
||||
* Wed Aug 14 2019 Dogtag PKI Team <pki-devel@redhat.com> - 10.7.3-2
|
||||
- Fix URL redirection for KRA and OCSP web UI
|
||||
|
||||
* Thu Aug 08 2019 Dogtag PKI Team <pki-devel@redhat.com> - 10.7.3-1
|
||||
- Rebased to PKI 10.7.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user