From notifications-return-306-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jun 17 05:33:30 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8D40618077A for ; Mon, 17 Jun 2019 07:33:29 +0200 (CEST) Received: (qmail 83010 invoked by uid 500); 17 Jun 2019 05:33:28 -0000 Mailing-List: contact notifications-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list notifications@zookeeper.apache.org Received: (qmail 82987 invoked by uid 99); 17 Jun 2019 05:33:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jun 2019 05:33:28 +0000 From: GitBox To: notifications@zookeeper.apache.org Subject: [GitHub] [zookeeper] eolivelli commented on a change in pull request #118: ZOOKEEPER-1634: hardening security by teaching server to enforce client authentication. Message-ID: <156074960824.25767.8195717664225388716.gitbox@gitbox.apache.org> Date: Mon, 17 Jun 2019 05:33:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit eolivelli commented on a change in pull request #118: ZOOKEEPER-1634: hardening security by teaching server to enforce client authentication. URL: https://github.com/apache/zookeeper/pull/118#discussion_r294139843 ########## File path: zookeeper-server/src/main/java/org/apache/zookeeper/client/ZooKeeperSaslClient.java ########## @@ -128,6 +128,8 @@ public ZooKeeperSaslClient(final String serverPrincipal, ZKClientConfig clientCo try { entries = Configuration.getConfiguration() .getAppConfigurationEntry(clientSection); + LOG.info("fuck {}", clientSection); Review comment: Drop the bad word please ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services