[java-identity-provider COMMIT] in /trunk/idp-war/src/main/webapp/WEB-INF: jsp/error-404.jsp web.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 9 16:11:19 EDT 2014


Author: scantor
Date: Mon Jun  9 16:11:19 2014
New Revision: 6064

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6064&view=rev
Log:
Remove 404 override for now.

Modified:
    trunk/idp-war/src/main/webapp/WEB-INF/jsp/error-404.jsp
    trunk/idp-war/src/main/webapp/WEB-INF/web.xml

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

Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=6064&r1=6063&r2=6064&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Mon Jun  9 16:11:19 2014
@@ -121,12 +121,11 @@
         <error-code>500</error-code>
         <location>/WEB-INF/jsp/error-500.jsp</location>
     </error-page>
-    -->
-
     <error-page>
         <error-code>404</error-code>
         <location>/WEB-INF/jsp/error-404.jsp</location>
     </error-page>
+    -->
 
     <!--
     Uncomment to use container managed authentication. The new servlet spec (3.1)



More information about the commits mailing list