aboutsummaryrefslogtreecommitdiff
path: root/id.server/html/auth/errorpage.jsp
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-11-07 17:58:36 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-11-07 17:58:36 +0000
commit0803aae4bb1a593cbfd97a73a8648ec8ee5f1f76 (patch)
tree929ed6501b26e93e11499f662b9ff2f8a5408b2b /id.server/html/auth/errorpage.jsp
parent69561539a64141e5ed23c4d042fc0c00a17c2bef (diff)
downloadmoa-id-spss-tags/Build-SPSS_1_1_0.tar.gz
moa-id-spss-tags/Build-SPSS_1_1_0.tar.bz2
moa-id-spss-tags/Build-SPSS_1_1_0.zip
This commit was manufactured by cvs2svn to create tagtags/Build-SPSS_1_1_0
'Build-SPSS_1_1_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_1_0@42 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/html/auth/errorpage.jsp')
-rw-r--r--id.server/html/auth/errorpage.jsp33
1 files changed, 0 insertions, 33 deletions
diff --git a/id.server/html/auth/errorpage.jsp b/id.server/html/auth/errorpage.jsp
deleted file mode 100644
index a5b05d60e..000000000
--- a/id.server/html/auth/errorpage.jsp
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<title>Fehler</title>
-</head>
-<% Throwable exceptionThrown = (Throwable)request.getAttribute("ExceptionThrown");
- String errorMessage = (String)request.getAttribute("ErrorMessage");
- String wrongParameters = (String)request.getAttribute("WrongParameters");
-%>
-
-<body>
-<h1>Fehler bei der Anmeldung</h1>
-<p>Bei der Anmeldung ist ein Fehler aufgetreten.</p>
-<% if (errorMessage != null) { %>
-<p><%=errorMessage%></p>
-<% } %>
-<% if (exceptionThrown != null) { %>
-<p><%=exceptionThrown.getMessage()%></p>
-<% } %>
-<% if (wrongParameters != null) { %>
-<p>Die Angabe der Parameter ist unvollst&auml;ndig.<br>
- Beispiele f&uuml;r korrekte Links zur MOA-ID Authentisierung sind:
-</p>
-<p>
-<tt>&lt;a href="https://&lt;MOA-URL&gt;/StartAuthentication?Target=&lt;Gesch&auml;ftsbereich&gt;&amp;OA=&lt;OA-URL&gt;&amp;Template=&lt;Template-URL&gt;&quot;&gt;</tt>
-</p>
-<p>
-<tt>&lt;a href="https://&lt;MOA-URL&gt;/SelectBKU?Target=&lt;Gesch&auml;ftsbereich&gt;&amp;OA=&lt;OA-URL&gt;&amp;Template=&lt;Template-URL&gt;&amp;BKUSelectionTemplate=&lt;BKU-Template-URL&gt;&quot;&gt;</tt>
-</p>
-<p>Die Angabe der Parameter <tt>&quot;Template&quot;</tt> und <tt>&quot;BKUSelectionTemplate&quot;</tt> ist optional.</p>
-<% } %>
-</body>
-</html> \ No newline at end of file