Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 55118 invoked from network); 26 Jun 2008 19:19:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 19:19:51 -0000 Received: (qmail 41595 invoked by uid 500); 26 Jun 2008 19:19:52 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 41576 invoked by uid 500); 26 Jun 2008 19:19:52 -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 41565 invoked by uid 99); 26 Jun 2008 19:19:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 12:19:52 -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; Thu, 26 Jun 2008 19:19:01 +0000 Received: from [192.168.0.10] (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 422F34824D for ; Thu, 26 Jun 2008 22:18:50 +0300 (EEST) Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <1214432864.6616.26.camel@vici> References: <1214432864.6616.26.camel@vici> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <55A21CC2-33F1-432D-B09F-9CB0A2B9735D@ecyrd.com> Content-Transfer-Encoding: 7bit From: Janne Jalkanen Subject: Re: attachment client leads to provider failure Date: Thu, 26 Jun 2008 22:18:49 +0300 To: jspwiki-user@incubator.apache.org X-Mailer: Apple Mail (2.753.1) X-Virus-Checked: Checked by ClamAV on apache.org > 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