Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 30185 invoked from network); 13 Nov 2005 19:31:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Nov 2005 19:31:53 -0000 Received: (qmail 37920 invoked by uid 500); 13 Nov 2005 19:31:50 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 37892 invoked by uid 500); 13 Nov 2005 19:31:50 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 37880 invoked by uid 99); 13 Nov 2005 19:31:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2005 11:31:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2005 11:31:42 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1EbNYt-0004Tz-Bt for dev@cocoon.apache.org; Sun, 13 Nov 2005 20:30:47 +0100 Received: from ip51ce5bb3.adsl-surfen.hetnet.nl ([81.206.91.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Nov 2005 20:30:47 +0100 Received: from nverwer by ip51ce5bb3.adsl-surfen.hetnet.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Nov 2005 20:30:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Nico Verwer Subject: Re: HTTP POST with XML body Date: Sun, 13 Nov 2005 19:15:02 +0000 (UTC) Lines: 27 Message-ID: References: <4374F711.6050600@daniel-boesswetter.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 81.206.91.179 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel Boesswetter daniel-boesswetter.de> writes: > I'm sure this has been discussed before, but since I didn't find a > solution, I've built my own. My problem is, that I need to POST > XML-documents somewhere out of Cocoon and receive the resulting document > (e.g. for takling to an eXist database because there are currently known > bugs with their Cocoon integration and for integrating an XML-RPC based > ERP system on the other hand). Some time ago, I described a solution in http://wiki.apache.org/cocoon/StreamGenerator, which I have in fact used to talk to an eXist server. Unfortunately, a bug was introduced in Cocoon 2.1.6 (http://issues.apache.org/jira/browse/COCOON-1365), for which there is a patch, but this has not been applied to the Cocoon sources. (Actually, the bug was there before, but it showed because of a change in Xalan.) Recently, I added a comment (to Bugzilla, as Jira appeared to be broken from where I was working), asking one of the committers to apply the (very simple) patch. So here is again a request for one of the committers to please apply this patch. I have several Cocoon applications which depend on the correct handling of POST requests with parameters by cinclude, and I would appreciate if my "list of patches to apply to a new version of Cocoon" could become a bit shorter. Best regards, Nico Verwer