Bypass 어댑터의 Simulator 설정처리 추가.
This commit is contained in:
@@ -501,6 +501,7 @@ public class RESTProcess extends HTTPProcess {
|
|||||||
|
|
||||||
String url = StringUtils.removeEnd(simAddr, "/") + "/mockapi/" + this.reqEaiMsg.getEAISvcCd();
|
String url = StringUtils.removeEnd(simAddr, "/") + "/mockapi/" + this.reqEaiMsg.getEAISvcCd();
|
||||||
this.outboundProp.put(HttpClientAdapterServiceKey.URL, url);
|
this.outboundProp.put(HttpClientAdapterServiceKey.URL, url);
|
||||||
|
this.tempProp.remove(HttpAdapterServiceKey.INBOUND_REWRITE_PATH);
|
||||||
logger.debug("simUrl=" + url);
|
logger.debug("simUrl=" + url);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user