<jsp:useBean id="requestURL" scope="request" class="java.lang.String"/>
<jsp:useBean id="errorText" scope="request" class="java.lang.String"/>
- <jsp:useBean id="hs_supportContact" scope="application" class="java.lang.String"/>
- <jsp:useBean id="hs_logoLocation" scope="application" class="java.lang.String"/>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<body>
<div class="head">
-<img src="<bean:write name="hs_logoLocation" />" alt="Logo" />
+<img src="images/internet2.gif" alt="Logo" />
<h1>Shibboleth Handle Service Failure</h1>
</div>
<p>The inter-institutional access system experienced a technical failure.</p>
-<p>Please email <a href="mailto:<bean:write name="hs_supportContact" />"><bean:write name="hs_supportContact" /></a> and include the following error message:</p>
+<p>Please email <a href="mailto:mace-shib-users@internet2.edu">mace-shib-users@internet2.edu</a> and include the following error message:</p>
<p class="error">Handle Service failure at (<bean:write name="requestURL" />)</p>