HADOOP-17510. Hadoop prints sensitive Cookie information. (#2673)

(cherry picked from commit 924fa87010)
This commit is contained in:
Renukaprasad C 2021-02-24 14:59:25 +05:30 committed by Wei-Chiu Chuang
parent 08652eeee7
commit 9951ea9fa8
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ public class AuthenticatedURL {
cookieHeaders = new HashMap<>();
cookieHeaders.put("Cookie", Arrays.asList(cookie.toString()));
}
LOG.trace("Setting token value to {} ({})", authCookie, oldCookie);
}
private void setAuthCookieValue(String value) {