Skip to content

Commit

Permalink
fix issue-8042 (#8191)
Browse files Browse the repository at this point in the history
Co-authored-by: stoneapple <736551961@qq.com>
  • Loading branch information
nannanfighting and stoneapple authored Jul 2, 2021
1 parent 6283eb4 commit 0e5de86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ public synchronized void doOverrideIfNecessary() {
//The current, may have been merged many times
URL currentUrl = exporter.getInvoker().getUrl();
//Merged with this configuration
URL newUrl = getConfigedInvokerUrl(configurators, currentUrl);
URL newUrl = getConfigedInvokerUrl(configurators, originUrl);
newUrl = getConfigedInvokerUrl(providerConfigurationListener.getConfigurators(), newUrl);
newUrl = getConfigedInvokerUrl(serviceConfigurationListeners.get(originUrl.getServiceKey())
.getConfigurators(), newUrl);
Expand Down

0 comments on commit 0e5de86

Please sign in to comment.