From 48531085bdf96f09876d2d93328d643b2bceb813 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Mon, 2 Feb 2026 17:01:28 +0900 Subject: [PATCH] =?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