From 03838caa942c367a094bb5a5f027b330297cf76e Mon Sep 17 00:00:00 2001 From: jaewohong Date: Tue, 20 Jan 2026 14:12:22 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kjb/adapter/http/client/filter/AsyncReponseFilter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/custom/kjb/adapter/http/client/filter/AsyncReponseFilter.java b/src/main/java/com/eactive/eai/custom/kjb/adapter/http/client/filter/AsyncReponseFilter.java index 4b76ebf..ac5e986 100644 --- a/src/main/java/com/eactive/eai/custom/kjb/adapter/http/client/filter/AsyncReponseFilter.java +++ b/src/main/java/com/eactive/eai/custom/kjb/adapter/http/client/filter/AsyncReponseFilter.java @@ -22,7 +22,6 @@ public class AsyncReponseFilter implements HttpClientAdapterFilter, HttpAdapterS logger.debug("AsyncReponseFilter] PreFilter Processing Start!!"); String traceId = tempProp.getProperty(TransactionContextKeys.TRANSACTION_UUID, ""); - String xloanToken = tempProp.getProperty(TransactionContextKeys.X_LOAN_TOKEN, ""); Properties filterHeaders = (Properties) tempProp.get("FILTERHEADER"); if (filterHeaders == null) {