autosubmitaccessrights.jsp revision 0fdab8904a8fe223f6934b878769fe45e7651c60
463N/A You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
463N/A the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
463N/A<body onload="document.forms[0].submit()">
463N/A String relayStateValue = (String)request.getAttribute("RELAY_STATE_VALUE");
463N/A if (relayStateValue != null && !relayStateValue.isEmpty()) {