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:39 UTC

[hadoop] branch branch-2.10 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-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 7c839231922491d49b708ae8d6b2cf292176c96d
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)
    (cherry picked from commit 9951ea9fa8427c134861f047acc164b5cee4eef0)
---
 .../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 1093d8a..6599f37 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
@@ -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) {


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