autosubmitaccessrights.jsp revision 0fdab8904a8fe223f6934b878769fe45e7651c60
You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<body onload="document.forms[0].submit()">
String relayStateValue = (String)request.getAttribute("RELAY_STATE_VALUE");
if (relayStateValue != null && !relayStateValue.isEmpty()) {