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 C1EE6200D2F for ; Wed, 1 Nov 2017 20:58:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C077C160BEA; Wed, 1 Nov 2017 19:58:35 +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 0A62E1609EC for ; Wed, 1 Nov 2017 20:58:34 +0100 (CET) Received: (qmail 8957 invoked by uid 500); 1 Nov 2017 19:58:34 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 8946 invoked by uid 99); 1 Nov 2017 19:58:33 -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; Wed, 01 Nov 2017 19:58:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE66FDFE61; Wed, 1 Nov 2017 19:58:33 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #1631: ARTEMIS-1492 obfuscate passwords in acc... Content-Type: text/plain Date: Wed, 1 Nov 2017 19:58:33 +0000 (UTC) archived-at: Wed, 01 Nov 2017 19:58:35 -0000 GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1631 ARTEMIS-1492 obfuscate passwords in acceptorControl You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1492 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1631.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1631 ---- commit 29b1fde4e72dfd13c66548e31b1d7aa8de482e76 Author: Justin Bertram Date: 2017-11-01T16:54:01Z ARTEMIS-1492 obfuscate passwords in acceptorControl ---- ---