Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 39601 invoked from network); 25 Feb 2009 21:34:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 21:34:27 -0000 Received: (qmail 79471 invoked by uid 500); 25 Feb 2009 21:34:26 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 79459 invoked by uid 500); 25 Feb 2009 21:34:26 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 79448 invoked by uid 99); 25 Feb 2009 21:34:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 13:34:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of janne.jalkanen@ecyrd.com designates 193.64.5.122 as permitted sender) Received: from [193.64.5.122] (HELO mail.ecyrd.com) (193.64.5.122) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 21:34:18 +0000 Received: from [192.168.0.12] (cs181005170.pp.htv.fi [82.181.5.170]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id BCE3B97C237 for ; Wed, 25 Feb 2009 23:33:57 +0200 (EET) Message-Id: From: Janne Jalkanen To: jspwiki-dev@incubator.apache.org In-Reply-To: <3a6c97f00902251236y6455ebb4h1b52f8472df30e6a@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: support for dav ? Date: Wed, 25 Feb 2009 23:33:56 +0200 References: <3a6c97f00902251236y6455ebb4h1b52f8472df30e6a@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org I think we should remove dav support altogether. It does not work properly, and it's nigh impossible to get it working too. I've already given up on it. /Janne On 25 Feb 2009, at 22:36, Harry Metske wrote: > Since the last build (3.0.0-svn-72) the > org.apache.wiki.dav.AttachmentDavProviderTest JUnit test fails. > I think I also heard on this list that support for dav in JSPWiki in > general > is not really there anymore. > > What do we do with this, fix or remove it completely in 3.0 ? > > regards, > Harry