Skip to content

Commit 7bb4b34

Browse files
committed
Don't use proxy password in toString method
1 parent d13fc0d commit 7bb4b34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ProxyConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public String toString() {
145145
return ToString.builder("ProxyConfiguration")
146146
.add("endpoint", endpoint)
147147
.add("username", username)
148-
.add("password", password)
149148
.add("ntlmDomain", ntlmDomain)
150149
.add("ntlmWorkstation", ntlmWorkstation)
151150
.add("nonProxyHosts", nonProxyHosts)

0 commit comments

Comments
 (0)