diff options
author | Leif Johansson <leifj@sunet.se> | 2011-08-01 11:30:31 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-08-01 11:30:31 +0200 |
commit | dcece198527eb3012a081402ad2e117e2136a4a4 (patch) | |
tree | edec9a75960183df676b5f0cf295522314541657 /src/main/webapp/wayferror.jsp | |
parent | 3fc853cc1e861f455888a92ff0c9995270d2ba2c (diff) |
import trunk@2167
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> |