transactionProp에 isParameterType=true일때 INBOUND_QUERY_STRING처장 추가.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user