From f9a15971b08d2e498933874b84ea821e879108f3 Mon Sep 17 00:00:00 2001 From: mharmsen Date: Fri, 19 Jun 2009 19:01:04 +0000 Subject: Bugzilla Bug #506867 - Provide custom error page for HTTP STATUS 500. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@630 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/dogtag/ocsp-ui/dogtag-pki-ocsp-ui.spec | 4 +- pki/dogtag/ocsp-ui/shared/webapps/ocsp/500.html | 139 ++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) create mode 100755 pki/dogtag/ocsp-ui/shared/webapps/ocsp/500.html (limited to 'pki/dogtag/ocsp-ui') diff --git a/pki/dogtag/ocsp-ui/dogtag-pki-ocsp-ui.spec b/pki/dogtag/ocsp-ui/dogtag-pki-ocsp-ui.spec index 6251ce18c..b5230f3fa 100644 --- a/pki/dogtag/ocsp-ui/dogtag-pki-ocsp-ui.spec +++ b/pki/dogtag/ocsp-ui/dogtag-pki-ocsp-ui.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_ui_prefix}-%{base_prefix}-%{base_component} %define base_version 1.1.0 -%define base_release 2 +%define base_release 3 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -222,6 +222,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Fri Jun 19 2009 Matthew Harmsen 1.1.0-3 +- Bugzilla Bug #506867 - Provide custom error page for HTTP STATUS 500 * Mon Jun 15 2009 Matthew Harmsen 1.1.0-2 - Bugzilla Bug #502908 - Current page not found handling is a Cat 2 finding with the Tomcat STIG diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/500.html b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/500.html new file mode 100755 index 000000000..65b2f3fb7 --- /dev/null +++ b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/500.html @@ -0,0 +1,139 @@ + + + + + + +Certificate System + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System OCSP Error Page +
+

+ +

+ +

+ + + + -- cgit