autologout.jsp revision 0fdab8904a8fe223f6934b878769fe45e7651c60
942f9b7d835bb864a76719c131efcf3861450c96jerenkrantz Copyright 2013 ForgeRock AS.
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
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 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<%@ page contentType="text/html;charset=UTF-8" language="java" %>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive <title>Logout in progress</title>
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive<body onload="document.forms[0].submit()">
10270f6f94b2069d0d357805c140a9897449b9ccianh Logout in progress ...
4b62424416882687387923b3130b96241503cbe0jerenkrantz If you have JavaScript disabled, please press the Continue button.
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz Otherwise, please wait.
dbec4658981e4f9127e8676457c28d42932be7cdtrawick<form method="post" action="${DESTINATION_URL}">
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas ${MULTI_LOGOUT_REQUEST}
f6a9b598f78b2e745456bfc4bbc4afd2d1572aa9stas <input type="submit" name="Continue" value="Continue logout"/>