autologout.jsp revision 0e107349d3f7763a9c67fb2f32c86c11364c72cf
c80e152862cc3e3207dc837fde7116bd4c0e4b9dTinderbox User Copyright 2013-2014 ForgeRock AS.
8d1b3ceb4d491ce32572f1702f37ed585eede993Evan Hunt The contents of this file are subject to the terms of the Common Development and
8d1b3ceb4d491ce32572f1702f37ed585eede993Evan Hunt Distribution License (the License). You may not use this file except in compliance with the
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews specific language governing permission and limitations under the License.
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews When distributing Covered Software, include this CDDL Header Notice in each file and include
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews Header, with the fields enclosed by brackets [] replaced by your own identifying
7ec97ae74e42ec21b354fd2d1366313b41d947d6Evan Hunt information: "Portions copyright [year] [name of copyright owner]".
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews<%@ page contentType="text/html;charset=UTF-8" language="java" %>
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews <title>Logout in progress</title>
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews<body onload="document.forms[0].submit()">
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews Logout in progress ...
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews If you have JavaScript disabled, please press the Continue button.
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews Otherwise, please wait.
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark Andrews<form method="post" action="${DESTINATION_URL}">
3a29ce9c08dd31709c73e7187aebda0d360c537bEvan Hunt ${MULTI_LOGOUT_REQUEST}
f1740da065d4555039fe8bb53beb4153e3f94de3Mark Andrews <input type="submit" name="Continue" value="Continue logout"/>