transactionProp에 isParameterType=true일때 INBOUND_QUERY_STRING처장 추가.

This commit is contained in:
Yunsam.Eo
2025-12-12 08:39:59 +09:00
parent 89e83bb15f
commit dd255bb474
@@ -151,6 +151,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
if (isParameterType) {
paramValue = request.getQueryString();
transactionProp.put(INBOUND_QUERY_STRING, StringUtils.defaultString(paramValue)); // Filter에서 QueryString 검증을 위해 저장
if (paramValue == null)
paramValue = "";
if (traceLevel >= 3) {