From ca4498c41ee707c6a7c471d27bb5f595572e7538 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 28 Nov 2025 16:28:24 +0900 Subject: [PATCH] sso jsp update --- WebContent/sso/config.jsp | 2 +- WebContent/sso/login_exec.jsp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/sso/config.jsp b/WebContent/sso/config.jsp index 628e0a8..3b09adb 100644 --- a/WebContent/sso/config.jsp +++ b/WebContent/sso/config.jsp @@ -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"; diff --git a/WebContent/sso/login_exec.jsp b/WebContent/sso/login_exec.jsp index a229906..f3a8952 100644 --- a/WebContent/sso/login_exec.jsp +++ b/WebContent/sso/login_exec.jsp @@ -28,6 +28,7 @@ test-1
//4.쿠키 유효성 확인 :0(정상) retCode = getEamSessionCheck(request,response); out.println("retCode : " + retCode); + response.flushBuffer(); if(!retCode.equals("0")){ out.println("go error page");