From d41c2cc89042169eb847f7e34f61f1d07787535e Mon Sep 17 00:00:00 2001 From: Rinjae Date: Mon, 2 Feb 2026 16:48:47 +0900 Subject: [PATCH 1/3] =?UTF-8?q?weblogic.xml=20=EB=B3=80=EA=B2=BD(=EC=84=B8?= =?UTF-8?q?=EC=85=98=20=ED=81=B4=EB=9F=AC=EC=8A=A4=ED=84=B0=20=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/weblogic.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/weblogic.xml b/WebContent/WEB-INF/weblogic.xml index ec07529..0c158c5 100644 --- a/WebContent/WEB-INF/weblogic.xml +++ b/WebContent/WEB-INF/weblogic.xml @@ -8,8 +8,8 @@ 3600 JSESSIONID_EMS - memory - replicated_if_clustered + + replicated_if_clustered From 48531085bdf96f09876d2d93328d643b2bceb813 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Mon, 2 Feb 2026 17:01:28 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"=EC=84=B8=EC=85=98=20timeout=201?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=EC=9C=BC=EB=A1=9C=20=EC=84=A4=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7fef4dcb5869cd8260a57771f84f15cc10e4088b. --- WebContent/WEB-INF/weblogic.xml | 2 +- .../rms/common/advice/EmptyJsonResponseAdviceController.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/weblogic.xml b/WebContent/WEB-INF/weblogic.xml index 0c158c5..7905f48 100644 --- a/WebContent/WEB-INF/weblogic.xml +++ b/WebContent/WEB-INF/weblogic.xml @@ -6,7 +6,7 @@ monitoring - 3600 + 1800 JSESSIONID_EMS replicated_if_clustered diff --git a/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java b/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java index c98bed7..78a9248 100644 --- a/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java +++ b/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java @@ -30,7 +30,7 @@ public class EmptyJsonResponseAdviceController implements ResponseBodyAdvice Date: Mon, 2 Feb 2026 17:03:34 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=9E=AC=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rms/common/advice/EmptyJsonResponseAdviceController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java b/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java index 78a9248..c98bed7 100644 --- a/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java +++ b/src/main/java/com/eactive/eai/rms/common/advice/EmptyJsonResponseAdviceController.java @@ -30,7 +30,7 @@ public class EmptyJsonResponseAdviceController implements ResponseBodyAdvice