You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2021/02/24 09:53:42 UTC

[hadoop] branch branch-3.3 updated: HADOOP-17510. Hadoop prints sensitive Cookie information. (#2673)

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new ced08fb  HADOOP-17510. Hadoop prints sensitive Cookie information. (#2673)
ced08fb is described below

commit ced08fba7c76377801b1728c51da31edc5225cb0
Author: Renukaprasad C <48...@users.noreply.github.com>
AuthorDate: Wed Feb 24 14:59:25 2021 +0530

    HADOOP-17510. Hadoop prints sensitive Cookie information. (#2673)
    
    (cherry picked from commit 924fa87010ac193a8242d59b14f9fa9d17957fe5)
---
 .../apache/hadoop/security/authentication/client/AuthenticatedURL.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/client/AuthenticatedURL.java b/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/client/AuthenticatedURL.java
index 4884006..32f4edf 100644
--- a/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/client/AuthenticatedURL.java
+++ b/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/client/AuthenticatedURL.java
@@ -153,7 +153,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) {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org