TO MAKE GIT INDEX SYNC

This commit is contained in:
jaewohong
2025-12-31 09:53:15 +09:00
parent 9a0d035005
commit d6d4770655
@@ -141,6 +141,8 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
case PUT: case PUT:
if (StringUtils.contains(request.getContentType(), "application/x-www-form-urlencoded")) { if (StringUtils.contains(request.getContentType(), "application/x-www-form-urlencoded")) {
isParameterType = true; isParameterType = true;
} else if (request.getContentType() == null || request.getContentType().isEmpty()) { // jwhong
isParameterType = true;
} else { } else {
isParameterType = false; isParameterType = false;
} }