Merge branch 'jenkins_with_weblogic' of ssh://git@192.168.240.178:18081/eapim/eapim-online.git into jenkins_with_weblogic
This commit is contained in:
@@ -151,7 +151,7 @@ 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
|
} else if ( StringUtils.isNoneBlank(request.getQueryString()) ) { // jwhong
|
||||||
isParameterType = true;
|
isParameterType = true;
|
||||||
} else {
|
} else {
|
||||||
isParameterType = false;
|
isParameterType = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user