Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1520200C1D for ; Thu, 16 Feb 2017 12:14:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CE82C160B6F; Thu, 16 Feb 2017 11:14:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4C256160B57 for ; Thu, 16 Feb 2017 12:14:54 +0100 (CET) Received: (qmail 97233 invoked by uid 500); 16 Feb 2017 11:14:53 -0000 Mailing-List: contact dev-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 dev@zookeeper.apache.org Received: (qmail 97202 invoked by uid 99); 16 Feb 2017 11:14:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2017 11:14:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11EFFDFD6D; Thu, 16 Feb 2017 11:14:53 +0000 (UTC) From: rakeshadr To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper pull request #179: ZOOKEEPER-2693: DOS attack on wchp/wchc four le... Content-Type: text/plain Message-Id: <20170216111453.11EFFDFD6D@git1-us-west.apache.org> Date: Thu, 16 Feb 2017 11:14:53 +0000 (UTC) archived-at: Thu, 16 Feb 2017 11:14:55 -0000 Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/179#discussion_r101489533 --- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml --- @@ -1650,7 +1674,16 @@ server.3=zoo3:2888:3888 while "srvr" and "cons" give extended details on server and connections respectively. - + New in 3.5.3: + Four Letter Words need to be explicitly white listed before using. + Please refer 4lw.commands.whitelist + described in + cluster configuration section for details. + Moving forward, Four Letter Words will be deprecated, please use --- End diff -- I hope, you are planning to deprecate in 3.5.x upcoming releases and may stop supporting this in 3.6.x onwards, right? If yes, then can we create(if not yet created) a jira task to discuss the 4lws deprecation and makes the idea more visible to all. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---