INPUT Async ack 메시지 암호화 수정
This commit is contained in:
@@ -151,12 +151,13 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
|
||||
|
||||
if (asyncMsgStyle == null || asyncMsgStyle.trim().isEmpty()) {
|
||||
responseBody = makeResponseBodyMsg();
|
||||
if ( encryptAsyncAckApply) {
|
||||
responseBody = service.doPostEncryption(responseBody, transactionProp, servletRequest);
|
||||
}
|
||||
} else {
|
||||
responseBody = asyncMsgStyle;
|
||||
}
|
||||
if ( encryptAsyncAckApply) {
|
||||
responseBody = service.doPostEncryption(responseBody, transactionProp, servletRequest);
|
||||
}
|
||||
|
||||
responseEntity = ResponseEntity.status(httpStatus).contentType(mediaType).body(responseBody);
|
||||
// jwhong
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user