projects
/
java-idp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add optional, but on by default, check to ensure that IdP session cookie comes from...
[java-idp.git]
/
src
/
main
/
webapp
/
error-404.jsp
1
<html>
2
3
<body>
4
<img src="<%= request.getContextPath() %>/images/logo.jpg" />
5
<h3>ERROR</h3>
6
<p>
7
An error occurred while processing your request. Please contact your helpdesk or
8
user ID office for assistance.
9
</p>
10
<p>
11
<strong>Error Message: Invalid IdP URL (HTTP 404)</strong>
12
</p>
13
</body>
14
15
</html>