Skip to content

Commit

Permalink
Merge branch '3.8' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.8
  • Loading branch information
chenson42 committed May 4, 2017
2 parents e513b94 + 859d5e1 commit a0badaa
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -58,9 +58,7 @@ public void handle(HttpServletRequest req, HttpServletResponse res) throws IOExc
log.info("Configuration request from node ID " + remoteNode.getNodeId() + " {symmetricVersion={}, configVersion={}}",
symVersion, configVersion);

// TODO
//if (StringUtils.isBlank(configVersion) || Version.isOlderThanVersion(configVersion, Version.version())) {
if (StringUtils.isBlank(configVersion) || Version.isOlderThanVersion(configVersion, "3.8.22")) {
if (StringUtils.isBlank(configVersion) || Version.isOlderThanVersion(configVersion, Version.version())) {
OutputStream outputStream = res.getOutputStream();
dataExtractorService.extractConfigurationStandalone(remoteNode, outputStream);
}
Expand Down

0 comments on commit a0badaa

Please sign in to comment.