[shibboleth-sp2] 23/119: Cleanup error templates

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit dce078755b6d282e5b942c0d4e00da5a94b38c59
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Mon Jun 4 01:03:51 2007 +0000

    Cleanup error templates
---
 configs/metadataError.html |  1 +
 configs/rmError.html       |  1 +
 configs/sessionError.html  | 18 +++++-------------
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/configs/metadataError.html b/configs/metadataError.html
index f4751ff..cd486fd 100644
--- a/configs/metadataError.html
+++ b/configs/metadataError.html
@@ -33,6 +33,7 @@ enabled for your use.
 <p>Please include the following error message in any email:</p>
 <p class="error">Metadata lookup failure at (<shibmlp requestURL/>)</p>
 <p><shibmlp errorType/></p>
+<p><shibmlp errorText/></p>
 
 </body>
 </html>
diff --git a/configs/rmError.html b/configs/rmError.html
index 5026976..78a5cc4 100644
--- a/configs/rmError.html
+++ b/configs/rmError.html
@@ -24,6 +24,7 @@ and include the following error message:</p>
 
 <p class="error">Resource Manager failure at (<shibmlp requestURL/>)</p>
 <p><shibmlp errorType/></p>
+<p><shibmlp errorText/></p>
 
 </body>
 </html>
diff --git a/configs/sessionError.html b/configs/sessionError.html
index 5331c6f..18d7313 100644
--- a/configs/sessionError.html
+++ b/configs/sessionError.html
@@ -7,34 +7,26 @@
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
-	<title>Session Creation Failure</title>
+	<title><shibmlp errorType/></title>
 </head>
 
 <body>
 <div class="head">
 <img src="<shibmlp logoLocation/>" alt="Logo" />
-<h1>Session Creation Failure</h1>
+<h1><shibmlp errorType/></h1>
 </div>
 
 <p>The inter-institutional access system was unable to successfully build a
 login session for you at <shibmlp now /></p>
 
-<shibmlpif originContactName>
-<h3><u>Identity Provider Support Information</u></h3>
-<div>Contact: <shibmlp originContactName/> </div>
-<div>E-Mail: <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a></div>
-</shibmlpif>
-<shibmlpif originErrorURL>
-<div>URL: <a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a></div>
-</shibmlpif>
-
 <p>To report this problem, please contact the site administrator at
 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
 </p>
 
 <p>Please include the following message in any email:</p>
-<p class="error">Session creation failure at (<shibmlp requestURL/>)</p>
-<p><shibmlp errorType/></p>
+<p class="error"><shibmlp errorType/> at (<shibmlp requestURL/>)</p>
+
+<p><shibmlp errorText/></p>
 
 </body>
 </html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list