git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2633
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<error-page>
<error-code>404</error-code>
- <location>/error.jsp</location>
+ <location>/error-404.jsp</location>
</error-page>
<!-- Uncomment to use container managed authentication -->
--- /dev/null
+<html>
+
+<body>
+ <img src="<%= request.getContextPath() %>/images/logo.jpg" />
+ <h3>ERROR</h3>
+ <p>
+ An error occurred while processing your request. Please contact your helpdesk or
+ user ID office for assistance.
+ </p>
+ <p>
+ <strong>Error Message: Invalid IdP URL (HTTP 404)</strong>
+ </p>
+</body>
+
+</html>
\ No newline at end of file