%@ page contentType="text/html; charset=UTF-8" %>
<%@ page import="kr.co.kihyun.lang.MString" %>
<%@ page import="kr.co.kihyun.lang.Encoder" %>
<%@ page import="kr.co.kihyun.moumi.Moumi"%>
<%@ page import="kr.co.kihyun.text.html.ServletUtil" %>
<%@ page import="kr.co.kihyun.beans.user.HttpSSOLogin" %>
<%@ page import="java.net.URLEncoder" %>
<% // %>
<%@ include file="/totsys/common/inc/sec/secure.inc.jsp" %>
<%
try{
/************ Parameter ************/
String userID = clearXSS(Encoder.toJava(request.getParameter("userID")),"");
String dirPath = URLEncoder.encode("사용자관리 ");
/************ User values ************/
String passwd = "";
String userName = "";
//String slNo1 = "";
//String slNo2 = "";
String email = "";
String phone = "";
//String handTell = "";
int sysAuth = 0;
String deptID = "";
String deptName = "";
String passcode = "";
String domainName = "";
int partSysAuth = 0;
%>
<%=Moumi.getTitle()%>
<%@ include file="/totsys/common/inc/buttom/buttom.jsp" %>
<%
}catch(Exception ex){
//38.오류메세지를 통한 정보 노출(getMessage)_CWE-209 : Update by YOUNGJUN,CHO
ex.printStackTrace();
//out.println(ex);//앤개
//out.println("Can't contact servlet runner Message : "+ex.getMessage()+"");
//out.println(" ");
//================================================
}finally{
}
%>