Skip to content

Commit

Permalink
possibly bug fix (#3460)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghbxxxx authored and beiwei30 committed Feb 13, 2019
1 parent cad253a commit 6f28ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public URL setPassword(String password) {

public String getAuthority() {
if (StringUtils.isEmpty(username)
&& StringUtils.isEmpty(parameter)) {
&& StringUtils.isEmpty(password)) {
return null;
}
return (username == null ? "" : username)
Expand Down

0 comments on commit 6f28ff4

Please sign in to comment.