We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad253a commit 6f28ff4Copy full SHA for 6f28ff4
dubbo-common/src/main/java/org/apache/dubbo/common/URL.java
@@ -349,7 +349,7 @@ public URL setPassword(String password) {
349
350
public String getAuthority() {
351
if (StringUtils.isEmpty(username)
352
- && StringUtils.isEmpty(parameter)) {
+ && StringUtils.isEmpty(password)) {
353
return null;
354
}
355
return (username == null ? "" : username)
0 commit comments