Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 74299 invoked from network); 6 Jun 2005 11:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 11:19:34 -0000 Received: (qmail 65922 invoked by uid 500); 6 Jun 2005 11:19:27 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 65852 invoked by uid 500); 6 Jun 2005 11:19:26 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 65827 invoked by uid 99); 6 Jun 2005 11:19:25 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mario@ops.co.at designates 194.152.182.4 as permitted sender) Received: from ops004.ops.co.at (HELO smtp.ops.co.at) (194.152.182.4) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 04:19:24 -0700 Received: by smtp.ops.co.at (Postfix, from userid 65534) id 07CDB23C0AC; Mon, 6 Jun 2005 13:19:11 +0200 (CEST) Received: from [172.27.1.102] (lints1.int.ops.co.at [172.27.1.102]) by smtp.ops.co.at (Postfix) with ESMTP id EC3F023C0AB for ; Mon, 6 Jun 2005 13:19:07 +0200 (CEST) Message-ID: <42A43129.4040706@ops.co.at> Date: Mon, 06 Jun 2005 13:19:05 +0200 From: Mario Ivankovits User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [vfs] Connect via proxy References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on smtp.ops.co.at X-Spam-Level: X-Spam-Status: No, hits=-17.4 required=7.0 tests=AWL,BAYES_00, LOCAL_WHITE_RECV_TS1,RATWR10_MESSID,SARE_TOCC_USER autolearn=ham version=2.64 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! >DelegatingFileSystemOptionsBuilder method setConfigString() allows the setting >of proxyhost and proxyport for "http" scheme to locate content via proxy, but >I can't see how (or even if) I can specify a username and password to >authenticate. > Currently its not supported. I will implement it as soon as possible. BTW you have seen the HttpFileSystemConfigBuilder, dont you? If you use VFS in code and dont have to read special configurations from a text/properties/... file you should use this class as it gives you type-safety and self description of all possible options. Ciao, Mario --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org