if (wbRequest.isReplayRequest()) {
String replayTimestamp = wbRequest.getReplayTimestamp();
if (replayTimestamp != null) {
BDBMap.addTimestampForId(httpRequest.getContextPath(),
id, replayTimestamp);
throw new BetterRequestException(wbRequest.getRequestUrl());
}
}
// Then get the timestamp (or rather datestr) matching this id.
// TODO: This is hacky - need generic way to store session data