aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/message-auth.jsp
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-05 19:42:07 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-05 19:42:07 +0100
commit7d2a9006e925f5999da0cc947394476780ed6dfa (patch)
treefb3a1806ec1273262fbc6dfe4bb63d068a8dd71f /id/server/auth/src/main/webapp/message-auth.jsp
parentc70cc32f6c1eeed382433d20275f81d3bd2baa1c (diff)
downloadmoa-id-spss-7d2a9006e925f5999da0cc947394476780ed6dfa.tar.gz
moa-id-spss-7d2a9006e925f5999da0cc947394476780ed6dfa.tar.bz2
moa-id-spss-7d2a9006e925f5999da0cc947394476780ed6dfa.zip
update MOA-ID-Auth index.html
Diffstat (limited to 'id/server/auth/src/main/webapp/message-auth.jsp')
-rw-r--r--id/server/auth/src/main/webapp/message-auth.jsp20
1 files changed, 0 insertions, 20 deletions
diff --git a/id/server/auth/src/main/webapp/message-auth.jsp b/id/server/auth/src/main/webapp/message-auth.jsp
deleted file mode 100644
index 0c28c1ba7..000000000
--- a/id/server/auth/src/main/webapp/message-auth.jsp
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<%@ page contentType="text/html; charset=UTF-8" %>
-<html>
-<head>
-<title>MOA-ID AUTH</title>
-</head>
-<% String message = (String)request.getAttribute("Message");
-%>
-
-<body>
-<h1>MOA-ID AUTH</h1>
-
-<% if (message != null) { %>
-<p>
-<%= message%><br>
-</p>
-<% } %>
-
-</body>
-</html> \ No newline at end of file