diff options
Diffstat (limited to 'src/main/webapp/wayferror.jsp')
-rwxr-xr-x[-rw-r--r--] | src/main/webapp/wayferror.jsp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/main/webapp/wayferror.jsp b/src/main/webapp/wayferror.jsp index 1fd564a..5e72816 100644..100755 --- a/src/main/webapp/wayferror.jsp +++ b/src/main/webapp/wayferror.jsp @@ -5,7 +5,7 @@ <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %> - <jsp:useBean id="requestURL" scope="request" class="java.lang.String"/> + <jsp:useBean id="requestURL" scope="application" class="java.lang.String"/> <jsp:useBean id="errorText" scope="request" class="java.lang.String"/> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -24,14 +24,9 @@ <p>Please email <a href="mailto:user@domain"> administrator's name</a> and include the following error message:</p> -<logic:notEmpty name="requestURL"> -<p class="error">Discovery Service failure at (<bean:write name="requestURL" />)</p> +<p class="error">WAYF failure at (<bean:write name="requestURL" />)</p> <p><bean:write name="errorText" /></p> -</logic:notEmpty> -<logic:empty name="requestURL"> -<p class="error">The Discovery Service should not be called directly</p> -</logic:empty> </body> |