Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 7064 invoked from network); 21 Jan 2011 09:39:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 09:39:14 -0000 Received: (qmail 66116 invoked by uid 500); 21 Jan 2011 09:39:14 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 65608 invoked by uid 500); 21 Jan 2011 09:39:11 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 65458 invoked by uid 500); 21 Jan 2011 09:39:09 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 65448 invoked by uid 99); 21 Jan 2011 09:39:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 09:39:09 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 09:39:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0L9cjLB008892 for ; Fri, 21 Jan 2011 09:38:45 GMT Message-ID: <4838853.102141295602725371.JavaMail.jira@thor> Date: Fri, 21 Jan 2011 04:38:45 -0500 (EST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-3570) camel-snmp - Should mask password in the endpoint class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org camel-snmp - Should mask password in the endpoint class ------------------------------------------------------- Key: CAMEL-3570 URL: https://issues.apache.org/jira/browse/CAMEL-3570 Project: Camel Issue Type: Improvement Components: camel-snmp Affects Versions: 2.5.0 Reporter: Claus Ibsen Priority: Trivial Fix For: 2.7.0 See nabble http://camel.465427.n5.nabble.com/password-shown-in-plain-text-in-the-log-file-while-starting-amp-stopping-context-td3347883.html The password should be masked which can be done by overriding toString and mask it in the output. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.