Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 7001 invoked from network); 19 Jun 2005 08:49:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2005 08:49:41 -0000 Received: (qmail 36512 invoked by uid 500); 19 Jun 2005 08:49:38 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 36482 invoked by uid 500); 19 Jun 2005 08:49:37 -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 36467 invoked by uid 99); 19 Jun 2005 08:49:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2005 01:49:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= Received-SPF: pass (asf.osuosl.org: domain of mario@ops.co.at designates 194.152.182.4 as permitted sender) Received: from [194.152.182.4] (HELO smtp.ops.co.at) (194.152.182.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2005 01:49:12 -0700 Received: by smtp.ops.co.at (Postfix, from userid 65534) id 37C8F23C0AC; Sun, 19 Jun 2005 10:49:16 +0200 (CEST) Received: from [192.168.3.1] (mgate.int.ops.co.at [172.27.0.11]) by smtp.ops.co.at (Postfix) with ESMTP id 69DEB23C0AB for ; Sun, 19 Jun 2005 10:49:14 +0200 (CEST) Message-ID: <42B5318F.8000605@ops.co.at> Date: Sun, 19 Jun 2005 10:49:19 +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 Developers List Subject: Re: [vfs] filename encoding problem References: <42AF2565.7050402@ops.co.at> <42AF3D39.8000707@apache.org> <42AFC702.4040905@ops.co.at> <42AFEF03.8000407@apache.org> <42B1167D.7050002@ops.co.at> <42B15C63.5000504@apache.org> <42B16DFA.9010608@ops.co.at> <42B1866F.2060206@apache.org> <42B52142.4030007@ops.co.at> In-Reply-To: <42B52142.4030007@ops.co.at> 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-Old-Spam-Status: No, hits=-7.7 required=7.0 tests=AWL,BAYES_00,RATWR10_MESSID autolearn=no version=2.64 X-Old-Spam-Check-By: apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mario Ivankovits wrote: > Next thing I need to do is to allow the configuration of the url > charset encoding, but thats easy now. Done! FileSytemOptions opts = new FileSytemOptions(); WebdavFileSystemConfigBuilder.getInstance().setUrlCharset(opts, "UTF-8"); VFS.getManager().resolveFile("webdav://ssss", opts); Test reports are welcome. --- Mario --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org