<%-- Document : main_popup Created on : 2011. 6. 30, 오후 1:36:45 Author : Kts --%> <%@ page contentType="text/html; charset=UTF-8" import="java.net.URLDecoder" import="java.net.URLEncoder" import="java.util.Iterator" import="java.util.List" import="javax.jdo.PersistenceManager" import="kr.co.kihyun.beans.entity.*" import="kr.co.kihyun.beans.entity.util.*" import="kr.co.kihyun.beans.user.HttpSSOLogin" import="kr.co.kihyun.text.html.ServletUtil" import="kr.co.kihyun.moumi.MoumiConfig" import="kr.co.kihyun.lang.MString" import="kr.co.kihyun.lang.MLong" import="kr.co.kihyun.beans.totsys.menu.MenuBean" import="kr.co.kihyun.moumi.doc.MDoc" import="kr.co.kihyun.moumi.report.MReport" import="kr.co.kihyun.lang.MInteger" import="kr.co.kihyun.beans.entity.TotDoc"%> <%@ include file="/totsys/common/inc/sec/secure.inc.jsp"%> <% String gName = request.getParameter("gName"); String id=gName.substring(5); //28.크로스사이트 스크립트(Reflected)_CWE-80 : Add by KWON,HAN if (id !=null) { id = id.replaceAll("<","<"); id = id.replaceAll(">",">"); } //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %> - 자료집계 -
 처리중입니다...