헥사값으로 들어오는 전문 깨지는 bugfix
This commit is contained in:
@@ -219,25 +219,9 @@ public class DbTrackingService extends BaseService {
|
||||
if(data == null) {
|
||||
data = extractDataBetweenPipes2(bizData);
|
||||
}
|
||||
|
||||
|
||||
// if (split.length > 2) {
|
||||
// mdclData = split[2];
|
||||
// }
|
||||
|
||||
//if (split.length > 3) {
|
||||
// header = split[3];
|
||||
//}
|
||||
// 종료
|
||||
|
||||
// 일단 암호화된 것으로 간주하고 처리한다.
|
||||
if (!StringUtils.isBlank(data)) {
|
||||
|
||||
try {
|
||||
data = new String(HexaConverter.hexaToBytes(data), "EUC-KR");
|
||||
} catch (Exception e) {
|
||||
logger.info("ScpDbAgent decrypt error ", e);
|
||||
}
|
||||
|
||||
eaiLogUI.setBzwkdatactnt(data);
|
||||
} else {
|
||||
eaiLogUI.setBzwkdatactnt("");
|
||||
|
||||
Reference in New Issue
Block a user