Patch submitted by Ryuichi Yoshihara
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@794684
13f79535-47bb-0310-9956-
ffa450edef68
}
//update last replicated time
- if (msg != null) session.setLastTimeReplicated(System.currentTimeMillis());
+ if (msg != null){
+ session.setLastTimeReplicated(System.currentTimeMillis());
+ msg.setTimestamp(session.getLastTimeReplicated());
+ }
return msg;
} catch (IOException x) {
log.error(sm.getString("deltaManager.createMessage.unableCreateDeltaRequest",sessionId), x);