validateWait.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
0N/A $Id: validateWait.jsp,v 1.5 2009/01/05 23:23:24 veiming Exp $
0N/A<%@ page import="com.sun.identity.common.SystemConfigurationUtil" %>
0N/A<%@ page import="com.sun.identity.shared.Constants" %>
0N/A<%@ page import="com.sun.identity.workflow.ValidateSAML2" %>
0N/A<%@ page import="org.owasp.esapi.ESAPI" %>
0N/A String deployuri = SystemConfigurationUtil.getProperty(
99N/A String msg = request.getParameter("m");
99N/A String locale = request.getParameter("locale");
99N/A String message = ValidateSAML2.getMessage(msg, locale);
0N/A<link rel="stylesheet" type="text/css" href="<%= deployuri %>/com_sun_web_ui/css/css_ns6up.css" />
0N/A<link rel="shortcut icon" href="<%= deployuri %>/com_sun_web_ui/images/favicon/favicon.ico" type="image/x-icon"></link>
58N/A<div><img src="<%= deployuri %>/com_sun_web_ui/images/other/dot.gif" alt="" border="0" height="120" width="1" /></div>
58N/A<center><img src="<%= deployuri %>/console/images/processing.gif" alt="" border="0" height="66" width="66" />
98N/A<span class="ProgressText" id="message"><%= ESAPI.encoder().encodeForHTML(message) %></span>