index.html revision b93185b577f7150fec37f9999b95b246d73bf63c
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder The contents of this file are subject to the terms
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder of the Common Development and Distribution License
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder (the License). You may not use this file except in
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder You can obtain a copy of the License at
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder https://opensso.dev.java.net/public/CDDLv1.0.html or
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder See the License for the specific language governing
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder permission and limitations under the License.
d27ad22f77ca7399742b54e9dce2cdceed12d5e0Christian Maeder When distributing Covered Code, include this CDDL
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder Header Notice in each file and include the License file
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder If applicable, add the following below the CDDL Header,
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder with the fields enclosed by brackets [] replaced by
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder your own identifying information:
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder "Portions Copyrighted [year] [name of copyright owner]"
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski $Id: index.html,v 1.2 2008/06/25 05:48:51 qcheng Exp $
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder<title>Please Wait While Redirecting to Login page</title>
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maederfunction redirectToAuth() {
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder var params = getQueryParameters();
4d56f2fa72e4aec20eb827c11ed49c8cbb7014bdChristian Maeder if (params != '') {
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder url += params;
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maederfunction getQueryParameters() {
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder var loc = '' + location;
d4892fa7401ceef014ea59d2d900773eaf88fcbdChristian Maeder var idx = loc.indexOf('?');
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder if (idx != -1) {
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder<body bgcolor="#FFFFFF" onLoad="redirectToAuth();">