Skip to content

Commit

Permalink
Get the original file name as well as sent file name from persisted data
Browse files Browse the repository at this point in the history
  • Loading branch information
uhurusurfa committed Mar 28, 2019
1 parent 0500398 commit 4955ae9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ protected void storePendingInfo(AS2Message msg, boolean isResend) throws Excepti
logger.info(
"Save Original mic & message id information into file: " + pendingInfoFile + msg.getLogMsgID());
}
oos.writeObject(msg.getPayloadFilename());
oos.writeObject(msg.getAttribute(FileAttribute.MA_FILENAME));
oos.writeObject(pendingFile);
oos.writeObject(msg.getAttribute(FileAttribute.MA_ERROR_DIR));
Expand Down

0 comments on commit 4955ae9

Please sign in to comment.