autologoutwml.jsp revision 0fdab8904a8fe223f6934b878769fe45e7651c60
246N/A<%--
246N/A Copyright 2013 ForgeRock AS.
246N/A
246N/A The contents of this file are subject to the terms of the Common Development and
246N/A Distribution License (the License). You may not use this file except in compliance with the
246N/A License.
246N/A
246N/A You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
246N/A specific language governing permission and limitations under the License.
246N/A
246N/A When distributing Covered Software, include this CDDL Header Notice in each file and include
246N/A the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
246N/A Header, with the fields enclosed by brackets [] replaced by your own identifying
246N/A information: "Portions copyright [year] [name of copyright owner]".
246N/A--%>
246N/A<%@ page contentType="text/vnd.wap.wml" language="java" %>
246N/A
246N/A<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1 //EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
246N/A<wml>
246N/A <card id="redirect" title="Log Out">
246N/A <onenterforward>
246N/A <go method="post" href="${DESTINATION_URL}">
246N/A ${MULTI_LOGOUT_REQUEST}
246N/A </go>
246N/A </onenterforward>
246N/A <onenterbackward>
246N/A <prev/>
246N/A </onenterbackward>
246N/A <onenterbackward>
246N/A <p>
246N/A logout initiated ...
246N/A </p>
246N/A </onenterbackward>
246N/A </card>
246N/A</wml>
246N/A