<%@ page contentType="text/html; charset=UTF-8"%> <%@ include file="/common/taglibs.jsp"%> <%@page import="com.forgon.tools.crypto.rsa.RSAEncrypt"%> <%@page import="org.apache.commons.lang.StringUtils"%> <%@ page import="com.forgon.tools.SpringBeanManger,com.forgon.directory.vo.LoginUserData,com.forgon.portal.action.PortalPageAction"%> <%@ include file="/common/includeExtJsAndCss.jsp"%> <%@ include file="/common/includeExtJs4_2.jsp"%> <% //登录密码的rsa公钥 String logonRSAPublicKey = (String)application.getAttribute("logonRSAPublicKey"); if(StringUtils.isBlank(logonRSAPublicKey)){ logonRSAPublicKey = RSAEncrypt.ENCRYPTPUBLICKEY; } %>