sso jsp update

This commit is contained in:
Rinjae
2025-11-28 16:28:24 +09:00
parent 12eb1bf1ad
commit ca4498c41e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
/***[SERVICE CONFIGURATION]***********************************************************************/
private String SERVICE_NAME = "Web";
private String SERVER_URL = "http://manage-eapimt.kjbank.com";
private String SERVER_URL = "https://manage-eapimt.kjbank.com";
private String SERVER_PORT = "30100";
//private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/monitoring/sso/login_exec.jsp";
private String ASCP_URL = "https://manage-eapimt.kjbank.com/monitoring/sso/login_exec.jsp";
+1
View File
@@ -28,6 +28,7 @@ test-1 <br />
//4.쿠키 유효성 확인 :0(정상)
retCode = getEamSessionCheck(request,response);
out.println("retCode : " + retCode);
response.flushBuffer();
if(!retCode.equals("0")){
out.println("go error page");