Merge branch 'jenkins_with_weblogic' of http://192.168.240.178:18080/eapim/eapim-online.git into jenkins_with_weblogic

This commit is contained in:
cho
2026-01-10 13:57:29 +09:00
4 changed files with 99 additions and 98 deletions
@@ -61,9 +61,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
// /api/v1/public/getUserInfo.svc
apiUri = StringUtils.removeStart(apiUri, servletRequest.getContextPath());
apiUri = StringUtils.removeEnd(apiUri, "/");
// TODO: 샘플 주석 작업 완료 후 제거 요망
// String salt = servletRequest.getHeader("salt");
// ElinkTransactionContext.setSeedSalt(salt);
//** jwhong TSEAIHS04의 api full path와 비교하여 adapter를 가져온다
String methodAndUri = servletRequest.getMethod() + "|" + apiUri;
HttpDynamicInAdapterUri adptUri = null;