From 408f492492899887e328151635cf5f0f0360f29b Mon Sep 17 00:00:00 2001 From: "Yunsam.Eo" Date: Wed, 10 Dec 2025 23:11:08 +0900 Subject: [PATCH] =?UTF-8?q?Bypass=20=EC=96=B4=EB=8C=91=ED=84=B0=EC=9D=98?= =?UTF-8?q?=20Simulator=20=EC=84=A4=EC=A0=95=EC=B2=98=EB=A6=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/eactive/eai/outbound/RESTProcess.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/eactive/eai/outbound/RESTProcess.java b/src/main/java/com/eactive/eai/outbound/RESTProcess.java index 77e1d9d..bc4f0cf 100644 --- a/src/main/java/com/eactive/eai/outbound/RESTProcess.java +++ b/src/main/java/com/eactive/eai/outbound/RESTProcess.java @@ -501,6 +501,7 @@ public class RESTProcess extends HTTPProcess { String url = StringUtils.removeEnd(simAddr, "/") + "/mockapi/" + this.reqEaiMsg.getEAISvcCd(); this.outboundProp.put(HttpClientAdapterServiceKey.URL, url); + this.tempProp.remove(HttpAdapterServiceKey.INBOUND_REWRITE_PATH); logger.debug("simUrl=" + url); } } catch (Exception e) {