aboutsummaryrefslogtreecommitdiff
path: root/id.server/html/proxy/message-proxy.jsp
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-01-20 13:26:03 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-01-20 13:26:03 +0000
commit442426b3c167d0330a76702ebdbcf927be07aeaf (patch)
tree58f5351ddacd97e3c92fc9f6e9e927b496e3d3ed /id.server/html/proxy/message-proxy.jsp
parentbba05b8162aeca69cf6107af16fa13546d8b1078 (diff)
downloadmoa-id-spss-442426b3c167d0330a76702ebdbcf927be07aeaf.tar.gz
moa-id-spss-442426b3c167d0330a76702ebdbcf927be07aeaf.tar.bz2
moa-id-spss-442426b3c167d0330a76702ebdbcf927be07aeaf.zip
This commit was manufactured by cvs2svn to create tagtags/Build-SPSS-1_2_0_D03
'Build-SPSS-1_2_0_D03'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS-1_2_0_D03@233 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/html/proxy/message-proxy.jsp')
-rw-r--r--id.server/html/proxy/message-proxy.jsp20
1 files changed, 0 insertions, 20 deletions
diff --git a/id.server/html/proxy/message-proxy.jsp b/id.server/html/proxy/message-proxy.jsp
deleted file mode 100644
index 0d970898a..000000000
--- a/id.server/html/proxy/message-proxy.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 Proxy</title>
-</head>
-<% String message = (String)request.getAttribute("Message");
-%>
-
-<body>
-<h1>MOA-ID Proxy</h1>
-
-<% if (message != null) { %>
-<p>
-<%= message%><br>
-</p>
-<% } %>
-
-</body>
-</html> \ No newline at end of file