This commit is contained in:
jaewohong
2025-12-05 17:38:36 +09:00
parent e4d59f3d36
commit 0b60ac48fd
@@ -1,4 +1,4 @@
package com.eactive.eai.adapter.http.client.impl;
package com.eactive.eai.adapter.http.client.impl;
import java.io.IOException;
import java.io.StringReader;
@@ -380,7 +380,7 @@ public class HttpClient5AdapterServiceRest extends HttpClient5AdapterServiceSupp
+ method.getEntity() + "] ");
}
// OAuth2AccessToken 원래 있던 위치 JWHONG
// OAuth2AccessToken 원래 있던 위치 JWHONG
// 전달 header 셋팅
// Adapter 레벨 header 보다 data로 넘어온 httpHeader를 우선 적용(header명이 같다면 덮어씀)