Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 95994 invoked from network); 11 Jan 2009 16:26:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2009 16:26:58 -0000 Received: (qmail 68962 invoked by uid 500); 11 Jan 2009 16:26:57 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 68945 invoked by uid 500); 11 Jan 2009 16:26:56 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 68934 invoked by uid 99); 11 Jan 2009 16:26:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2009 08:26:56 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.44.30] (HELO yx-out-2324.google.com) (74.125.44.30) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2009 16:26:48 +0000 Received: by yx-out-2324.google.com with SMTP id 8so3297249yxm.1 for ; Sun, 11 Jan 2009 08:26:27 -0800 (PST) Received: by 10.150.201.2 with SMTP id y2mr578618ybf.242.1231691187214; Sun, 11 Jan 2009 08:26:27 -0800 (PST) Received: by 10.151.155.13 with HTTP; Sun, 11 Jan 2009 08:26:27 -0800 (PST) Message-ID: <6c59d89a0901110826g26e4b669r58eba1a192db6997@mail.gmail.com> Date: Sun, 11 Jan 2009 17:26:27 +0100 From: "Torsten Curdt" Sender: tcurdt@vafer.org To: users@jackrabbit.apache.org Subject: Re: simple webdav servlet In-Reply-To: <510143ac0901050841p5ca6aa0o459667466dc3e699@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6c59d89a0901040907k3eb90b20iccdd4ecb7ddcb4a5@mail.gmail.com> <510143ac0901050841p5ca6aa0o459667466dc3e699@mail.gmail.com> X-Google-Sender-Auth: 656924d477bfdf5b X-Virus-Checked: Checked by ClamAV on apache.org Ah ... thanks for the pointer! On Mon, Jan 5, 2009 at 17:41, Jukka Zitting wrote: > Hi, > > On Mon, Jan 5, 2009 at 5:27 PM, Alexander Klimetschek wrote: >> It seems he is looking for a "webdav" workspace. Looks like the URL >> mapping you use is breaking it [...] > > The SimpleWebdavServlet expects the resource-path-prefix init > parameter to be set to the path prefix if the servlet is mapped to > something else than the root URL. Setting it to "/webdav" should fix > this. > > BR, > > Jukka Zitting >