autologout.jsp revision 0fdab8904a8fe223f6934b878769fe45e7651c60
c330021bf3f45cbf187fa644781e67f7e470a58awrowe<%--
942f9b7d835bb864a76719c131efcf3861450c96jerenkrantz Copyright 2013 ForgeRock AS.
c330021bf3f45cbf187fa644781e67f7e470a58awrowe
c330021bf3f45cbf187fa644781e67f7e470a58awrowe The contents of this file are subject to the terms of the Common Development and
c330021bf3f45cbf187fa644781e67f7e470a58awrowe Distribution License (the License). You may not use this file except in compliance with the
c330021bf3f45cbf187fa644781e67f7e470a58awrowe License.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
af4c982a7cf4515f124935f99a329744035fc699slive You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
af4c982a7cf4515f124935f99a329744035fc699slive specific language governing permission and limitations under the License.
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive When distributing Covered Software, include this CDDL Header Notice in each file and include
af4c982a7cf4515f124935f99a329744035fc699slive the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
af4c982a7cf4515f124935f99a329744035fc699slive Header, with the fields enclosed by brackets [] replaced by your own identifying
af4c982a7cf4515f124935f99a329744035fc699slive information: "Portions copyright [year] [name of copyright owner]".
f610c7c704235bc327dbe9b62982f5b3f8e30a77wrowe--%>
f610c7c704235bc327dbe9b62982f5b3f8e30a77wrowe<%@ page contentType="text/html;charset=UTF-8" language="java" %>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive<html>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive<head>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive <title>Logout in progress</title>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive</head>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive<body onload="document.forms[0].submit()">
f610c7c704235bc327dbe9b62982f5b3f8e30a77wrowe<p>
10270f6f94b2069d0d357805c140a9897449b9ccianh Logout in progress ...
4b62424416882687387923b3130b96241503cbe0jerenkrantz If you have JavaScript disabled, please press the Continue button.
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz Otherwise, please wait.
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz</p>
45b0e1c775c1cfed6473c9e5304179ccb9609f53stoddard
dbec4658981e4f9127e8676457c28d42932be7cdtrawick<form method="post" action="${DESTINATION_URL}">
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas <p>
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas ${MULTI_LOGOUT_REQUEST}
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas </p>
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas <br/>
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas <input type="submit" name="Continue" value="Continue logout"/>
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas</form>
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz</body>
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz</html>