Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 18654 invoked from network); 28 Jun 2008 17:48:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 17:48:01 -0000 Received: (qmail 4771 invoked by uid 500); 28 Jun 2008 17:48:03 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 4760 invoked by uid 500); 28 Jun 2008 17:48:03 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 4749 invoked by uid 99); 28 Jun 2008 17:48:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 10:48:03 -0700 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; Sat, 28 Jun 2008 17:47:12 +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 ESMTP id 04D9F4905B for ; Sat, 28 Jun 2008 20:47:00 +0300 (EEST) In-Reply-To: <38405785.20080627183252@holeczek.de> References: <1214432864.6616.26.camel@vici> <55A21CC2-33F1-432D-B09F-9CB0A2B9735D@ecyrd.com> <38405785.20080627183252@holeczek.de> Mime-Version: 1.0 (Apple Message framework v753.1) X-Priority: 3 (Normal) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <658F17B0-00E2-4482-9157-6FC8526BF9F9@ecyrd.com> Content-Transfer-Encoding: quoted-printable From: Janne Jalkanen Subject: Re: attachment client leads to provider failure Date: Sat, 28 Jun 2008 20:46:57 +0300 To: jspwiki-user@incubator.apache.org X-Mailer: Apple Mail (2.753.1) X-Virus-Checked: Checked by ClamAV on apache.org Unfortunately the DAV interface currently is read-only. It's pretty =20 much an experimental feature... /Janne On 27 Jun 2008, at 19:32, Florian Holeczek wrote: > I once read that there's a WebDAV Interface in JSPWiki, but I haven't > found any details on it. > Wouldn't this be the preffered approach when uploading files? > > Regards, > Florian > > Urspr=FCngliche Nachricht vom 26.06.2008 um 21:18: >>> I am trying to write a http client that will login, attach, and >>> logout. >>> I am having problems with the attach. It leads to a "Upload failed >>> because the provider failed: Parent page does not exist (attachment: >>> (unknown)). AFAIK, the client duplicates what my browser is doing. >>> I am >>> giving the same parent page as the "page" parameter, but no dice. I >>> assume that I can ignore the progressbar ajax part. > >> Hi! > >> Just as a warning, we don't guarantee that the process will stay the >> same between revisions. In fact, we're actively changing it even >> between minor versions to throw off bots. > >> However, what you're probably not doing correct is that you are >> sending the form fields in the incorrect order. Please check >> carefully that the order that you're sending the fields is exactly >> the same as with the regular process. > >> /Janne