summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-26 17:02:13 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-03-26 17:02:13 +0000
commitd3c25e64c2eb308a4f8ce45479f167a79eaba820 (patch)
tree865d7b6ce2cd17826ca3ef908bfcddd7be1ac228
parent5ac6e0eec2250c62f578bf8451cea6feae40911d (diff)
Removed old files; current files are stored in pki/base/ocsp.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@331 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/dogtag/ocsp-ui/shared/webapps/ROOT/WEB-INF/web.xml29
-rw-r--r--pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.html22
-rw-r--r--pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.jsp13
3 files changed, 0 insertions, 64 deletions
diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ROOT/WEB-INF/web.xml b/pki/dogtag/ocsp-ui/shared/webapps/ROOT/WEB-INF/web.xml
deleted file mode 100644
index ed274862b..000000000
--- a/pki/dogtag/ocsp-ui/shared/webapps/ROOT/WEB-INF/web.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- BEGIN COPYRIGHT BLOCK
- Copyright 2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- END COPYRIGHT BLOCK -->
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
- version="2.4">
-
- <display-name>Welcome to Tomcat</display-name>
- <description>
- Welcome to Tomcat
- </description>
-
-</web-app>
-
diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.html b/pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.html
deleted file mode 100644
index 4ebf3fe5f..000000000
--- a/pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
- Copyright (C) 2007 Red Hat, Inc.
- All rights reserved.
- --- END COPYRIGHT BLOCK --- -->
-<html>
-<head>
-<meta http-equiv="refresh" content="0; URL=https://[PKI_MACHINE_NAME]:[PKI_SECURE_PORT]/ocsp/services">
-</head>
-</html>
diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.jsp b/pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.jsp
deleted file mode 100644
index d3a2276bd..000000000
--- a/pki/dogtag/ocsp-ui/shared/webapps/ROOT/index.jsp
+++ /dev/null
@@ -1,13 +0,0 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
- Copyright (C) 2006 Red Hat, Inc.
- All rights reserved.
- --- END COPYRIGHT BLOCK --- -->
-<%
- String op = request.getParameter("op");
- if (op == null || op.equals("")) {
- String redirectURL = "/ca/ee/ca";
- response.sendRedirect(redirectURL);
- } else if (op.equals("enroll")) {
- /* redirect to enrollment servlet */
- }
-%>