Skip to content

Commit

Permalink
避免FE日志打印URL打印明文token。
Browse files Browse the repository at this point in the history
Signed-off-by: [email protected]
Signed-off-by: xyllq999 <[email protected]>
  • Loading branch information
xyllq999 committed Oct 31, 2024
1 parent 78bb9a4 commit f7aaee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public static ConnectContext getOrCreateConnectContext() {
return ctx;
}

private static String hideToken(String url) {
public static String hideToken(String url) {
if (url == null || url.isEmpty()) {
return url;
}
Expand Down

0 comments on commit f7aaee3

Please sign in to comment.