TO MAKE GIT INDEX SYNC
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -480,7 +482,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
logger.error("HttpClientAdapterServiceRest] AES128 Decryption error=" + e.getMessage());
|
logger.error("HttpClientAdapterServiceRest] AES128 Decryption error=" + e.getMessage());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "AES128-TOGETHER":
|
case "AES128-TOGETHER":
|
||||||
try {
|
try {
|
||||||
String key128 = clientSecretKey.substring(44,60); //togetherEncoder 경우는 substring(44,60) 이네??
|
String key128 = clientSecretKey.substring(44,60); //togetherEncoder 경우는 substring(44,60) 이네??
|
||||||
|
|||||||
Reference in New Issue
Block a user