Updated site ARP to use new serialization id.
[java-idp.git] / webApplication / hs.jsp
1 <%
2 response.setHeader("Expires","19-Mar-1971 08:23:00 GMT");
3 response.setHeader("Cache-control","no-cache");
4 response.setHeader("Pragma","no-cache");
5 %>
6
7 <?xml version="1.0" encoding="UTF-8"?>
8 <!DOCTYPE html 
9         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
10         "DTD/xhtml1-strict.dtd">
11         <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
12         <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
13         
14         <jsp:useBean id="shire" scope="request" class="java.lang.String" />
15         <jsp:useBean id="target" scope="request" class="java.lang.String" />
16         <jsp:useBean id="assertion" scope="request" class="java.lang.String" />
17         <jsp:useBean id="hs_helpText" scope="application" class="java.lang.String"/>
18         <jsp:useBean id="hs_detailedHelpURL" scope="application" class="java.lang.String"/>
19         
20 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
21 <head>
22         <link rel="stylesheet" type="text/css" href="main.css" />
23         <title>Shibboleth Handle Request Processed</title>
24 </head>
25
26 <body onLoad="document.forms[0].submit()">
27
28 <h1>Shibboleth Handle Request Processed</h1>
29
30 <!-- <p><bean:write name="hs_helpText" /></p> -->
31
32 <p>You are automatically being redirected to the requested site. Please wait
33 a few seconds before pressing the Continue button, if the browser appears to
34 be hung up.</p>
35
36 <noscript>
37 <blockquote>
38 <b>Note:</b> Since you have disabled JavaScript in your browser, you must press the
39 Continue button once to proceed to the requested site.
40 </blockquote>
41 </noscript>
42
43 <p align="center">
44 <form name="shib"  action="<bean:write name="shire" />" method="POST">
45 <input type="hidden" name="TARGET" value="<bean:write name="target" />">
46 <input type="hidden" name="SAMLResponse" value="<bean:write name="assertion" />">
47 <input type="submit" value="Continue">
48 </form>
49 </p>
50 <!--
51 <p><a target="help" href="<bean:write name="hs_detailedHelpURL" />">Detailed information</a> explaining this process.</p>
52 -->
53
54 </body>
55 </html>