Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 41558 invoked from network); 10 Oct 2003 11:50:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Oct 2003 11:50:29 -0000 Received: (qmail 89766 invoked by uid 500); 10 Oct 2003 11:50:23 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 89739 invoked by uid 500); 10 Oct 2003 11:50:23 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 89726 invoked from network); 10 Oct 2003 11:50:22 -0000 Received: from unknown (HELO otsrv1.iic.rug.ac.be) (157.193.121.51) by daedalus.apache.org with SMTP; 10 Oct 2003 11:50:22 -0000 Received: from yum.ot (host100 [192.168.123.100]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h9ABoMX15263 for ; Fri, 10 Oct 2003 13:50:22 +0200 Subject: Re: SourceResolver does not send parameters? From: Bruno Dumon To: dev@cocoon.apache.org In-Reply-To: <001201c38dd4$7b287ce0$6e00000a@lpw0112> References: <001201c38dd4$7b287ce0$6e00000a@lpw0112> Content-Type: text/plain Organization: Outerthought Message-Id: <1065786211.2107.479.camel@yum.ot> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 10 Oct 2003 13:43:31 +0200 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 2003-10-08 at 17:07, Nico Verwer wrote: > Hello Cocoon developers, > The problem is that the remote server does not get the 'query' parameter. I > tested this by substituting a URL on my own server for the remoteserver URL: > actionSource = resolver.resolveURI(source, null, > Parameters.toProperties(params)); The parameters you supply here as third argument to the resolveURI method aren't added to the request URI. Instead, the Map you supply should contain a key SourceResolver.URI_PARAMETERS with as value an instance of org.apache.excalibur.source.SourceParameters. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center bruno@outerthought.org bruno@apache.org