post.jsp revision 582e36341ac074edef01288d0d203f4035eaeb95
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync<%--
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync The contents of this file are subject to the terms
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync of the Common Development and Distribution License
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync (the License). You may not use this file except in
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync compliance with the License.
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync You can obtain a copy of the License at
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync opensso/legal/CDDLv1.0.txt
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync See the License for the specific language governing
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync permission and limitations under the License.
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync When distributing Covered Code, include this CDDL
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync Header Notice in each file and include the License file
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync at opensso/legal/CDDLv1.0.txt.
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync If applicable, add the following below the CDDL Header,
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync with the fields enclosed by brackets [] replaced by
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync your own identifying information:
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync "Portions Copyrighted [year] [name of copyright owner]"
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync $Id: post.jsp,v 1.3 2008/06/25 05:48:38 qcheng Exp $
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync--%>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync<%--
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync Portions Copyrighted 2014 ForgeRock AS
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync--%>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync<%@page contentType="text/html; charset=UTF-8"
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync import="com.sun.identity.wsfederation.common.WSFederationConstants"
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync%>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync<%
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync String targetURL =
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync (String)request.getAttribute(WSFederationConstants.POST_ACTION);
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync String wa =
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync (String)request.getAttribute(WSFederationConstants.POST_WA);
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync String wctx =
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync (String)request.getAttribute(WSFederationConstants.POST_WCTX);
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync String wresult =
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync (String)request.getAttribute(WSFederationConstants.POST_WRESULT);
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync%>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync<html xmlns="https://www.w3.org/1999/xhtml">
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <head>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <title>Access rights validated</title>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync </head>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <body onLoad="document.forms[0].submit()">
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <form method="POST" action="<%=targetURL%>">
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <input type="hidden" name="wa" value="<%=wa%>">
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <%
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync if (wctx != null && wctx.length() != 0) {
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync %>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <input type="hidden" name="wctx" value="<%=wctx%>">
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <%
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync }
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync %>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync <input type="hidden" name="wresult" value="<%=wresult%>">
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync </form>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync </body>
a0352d06ef77cf45a08eb08b4d65d570b7b294cbvboxsync