temporarily fix instance url
This commit is contained in:
parent
ccab28db82
commit
a2b9e0c4c5
|
|
@ -310,7 +310,7 @@ public class InstanceAddressURL extends URL {
|
|||
}
|
||||
String protocolServiceKey = getProtocolServiceKey();
|
||||
if (StringUtils.isNotEmpty(protocolServiceKey)) {
|
||||
for (String fullKey : metadataInfo.getParameters(protocolServiceKey).keySet()) {
|
||||
for (String fullKey : metadataInfo.getServiceInfo(protocolServiceKey).getParams().keySet()) {
|
||||
if (fullKey.endsWith(suffix)) {
|
||||
return getParameter(fullKey);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue