Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 56137 invoked from network); 2 Oct 2006 19:54:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 19:54:37 -0000 Received: (qmail 36983 invoked by uid 500); 2 Oct 2006 19:54:35 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 36686 invoked by uid 500); 2 Oct 2006 19:54:34 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 36675 invoked by uid 99); 2 Oct 2006 19:54:34 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 12:54:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:47892] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id AC/A6-24395-77E61254 for ; Mon, 02 Oct 2006 12:54:31 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D547714314 for ; Mon, 2 Oct 2006 12:54:22 -0700 (PDT) Message-ID: <30793971.1159818862641.JavaMail.root@brutus> Date: Mon, 2 Oct 2006 12:54:22 -0700 (PDT) From: "Mario Ivankovits (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Resolved: (VFS-83) SFTP - FileSystemOption 'compression' is set to value of 'strictHostKeyChecking' In-Reply-To: <9808882.1159452770142.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/VFS-83?page=all ] Mario Ivankovits resolved VFS-83. --------------------------------- Resolution: Fixed Fixed. Thanks for reporting it! > SFTP - FileSystemOption 'compression' is set to value of 'strictHostKeyChecking' > -------------------------------------------------------------------------------- > > Key: VFS-83 > URL: http://issues.apache.org/jira/browse/VFS-83 > Project: Commons VFS > Issue Type: Bug > Environment: All > Reporter: Colin Kabaara > > In org.apache.commons.vfs.provider.sftp.SftpClientFactory, 'compression' parameter is set to the value of the 'strictHostKeyChecking' FileSystemOption. > //set StrictHostKeyChecking property > String strictHostKeyChecking = SftpFileSystemConfigBuilder.getInstance().getStrictHostKeyChecking(fileSystemOptions); > if (strictHostKeyChecking != null) > { > config.setProperty("StrictHostKeyChecking", strictHostKeyChecking); > } > //set compression property > String compression = SftpFileSystemConfigBuilder.getInstance().getCompression(fileSystemOptions); > if (compression != null) > { > config.setProperty("compression.s2c", strictHostKeyChecking); // compression!! > config.setProperty("compression.c2s", strictHostKeyChecking); // compression!! > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org