Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A38BF17D0B for ; Fri, 31 Oct 2014 09:28:34 +0000 (UTC) Received: (qmail 87582 invoked by uid 500); 31 Oct 2014 09:28:34 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 87540 invoked by uid 500); 31 Oct 2014 09:28:34 -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 87531 invoked by uid 99); 31 Oct 2014 09:28:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 09:28:34 +0000 Date: Fri, 31 Oct 2014 09:28:34 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-7977) sftp compression option is not set rightly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-7977. --------------------------------- Resolution: Fixed Applied the patch into camel master, camel-2.13.x and camel-2.14.x branches. > sftp compression option is not set rightly > ------------------------------------------ > > Key: CAMEL-7977 > URL: https://issues.apache.org/jira/browse/CAMEL-7977 > Project: Camel > Issue Type: Bug > Components: camel-sftp > Affects Versions: 2.13.2, 2.14.0 > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.14.1, 2.15.0, 2.13.4 > > > The setting of sftp compression should skip the space, [according to the user report|http://camel.465427.n5.nabble.com/Jsch-issue-with-compression-algorithm-tp5757784p5758187.html]. > {code} > session.setConfig("compression.s2c", "zlib@openssh.com, zlib, none"); > session.setConfig("compression.c2s", "zlib@openssh.com, zlib, none"); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)