Skip to content

Commit

Permalink
Merge pull request #2959, fix a bug of service config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswstarplanet authored and chickenlj committed Jan 24, 2019
1 parent faf3983 commit c72708b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,6 @@ private void doExportUrlsFor1Protocol(ProtocolConfig protocolConfig, List<URL> r
map.put(Constants.TOKEN_KEY, token);
}
}
if (Constants.LOCAL_PROTOCOL.equals(protocolConfig.getName())) {
protocolConfig.setRegister(false);
map.put("notify", "false");
}
// export service
String contextPath = protocolConfig.getContextpath();
if (StringUtils.isEmpty(contextPath) && provider != null) {
Expand Down

0 comments on commit c72708b

Please sign in to comment.