[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/error-404.jsp

noreply at shibboleth.net noreply at shibboleth.net
Sun May 18 06:16:22 EDT 2014


Author: scantor
Date: Sun May 18 06:16:21 2014
New Revision: 5950

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5950&view=rev
Log:
Fix image src.

Modified:
    trunk/idp-war/src/main/webapp/error-404.jsp

Modified: trunk/idp-war/src/main/webapp/error-404.jsp
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/error-404.jsp?rev=5950&r1=5949&r2=5950&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/error-404.jsp (original)
+++ trunk/idp-war/src/main/webapp/error-404.jsp Sun May 18 06:16:21 2014
@@ -1,7 +1,7 @@
 <html>
 
 <body>
-	<img src="<%= request.getContextPath()%>/images/dummylogo.png" alt="Replace or remove this logo"/>
+	<img src="<%= request.getContextPath()%>/resources/dummylogo.png" alt="Replace or remove this logo"/>
 	<h3>ERROR</h3>
 	<p>
 	    An error occurred while processing your request.  Please contact your helpdesk or



More information about the commits mailing list