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 C947E200C33 for ; Fri, 24 Feb 2017 13:47:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C82DB160B5C; Fri, 24 Feb 2017 12:47:49 +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 26E68160B79 for ; Fri, 24 Feb 2017 13:47:49 +0100 (CET) Received: (qmail 79436 invoked by uid 500); 24 Feb 2017 12:47:48 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 79419 invoked by uid 99); 24 Feb 2017 12:47:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2017 12:47:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D9DA6C5B84 for ; Fri, 24 Feb 2017 12:47:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.347 X-Spam-Level: X-Spam-Status: No, score=-2.347 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id MBTBSZM-2YOV for ; Fri, 24 Feb 2017 12:47:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6A66061F02 for ; Fri, 24 Feb 2017 12:47:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6955FE0A17 for ; Fri, 24 Feb 2017 12:47:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 78B0F24138 for ; Fri, 24 Feb 2017 12:47:44 +0000 (UTC) Date: Fri, 24 Feb 2017 12:47:44 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-10869) TRACE on ftp component reveals password MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Feb 2017 12:47:49 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-10869: -------------------------------- Labels: (was: ftp trace) > TRACE on ftp component reveals password > --------------------------------------- > > Key: CAMEL-10869 > URL: https://issues.apache.org/jira/browse/CAMEL-10869 > Project: Camel > Issue Type: Improvement > Components: camel-ftp > Affects Versions: 2.18.2 > Reporter: Mikael Grevsten > Priority: Minor > Fix For: 2.17.6, 2.18.3, 2.19.0 > > > When TRACE level is on using a ftp component the password is displayed in plain text. > {{2017-02-21 11:26:28:361 o.a.c.c.f.remote.RemoteFileProducer DEBUG - Not already connected/logged in. Connecting to: ftp://192.168.170.33/mgr/out?allowNullBody=false&consumer.bridgeErrorHandler=true&disconnect=true&password=xxxxxx&pollStrategy=%23defaultPollStrategy&throwExceptionOnConnectFailed=true&username=mgr > 2017-02-21 11:26:28:361 o.a.c.c.file.remote.FtpOperations TRACE - Connecting using FTPClient: org.apache.commons.net.ftp.FTPClient@456abb66 > 2017-02-21 11:26:28:361 o.a.c.c.file.remote.FtpOperations TRACE - Connecting to ftp://mgr@192.168.170.33:21 using connection timeout: 10000 > 2017-02-21 11:26:28:377 o.a.c.c.file.remote.FtpOperations TRACE - Using SoTimeout=300000 > 2017-02-21 11:26:28:377 o.a.c.c.file.remote.FtpOperations TRACE - Attempting to login user: mgr using password: gsxr1100 > 2017-02-21 11:26:28:845 o.a.c.c.file.remote.FtpOperations TRACE - User mgr logged in: true}} -- This message was sent by Atlassian JIRA (v6.3.15#6346)