You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jean-Christophe Kermagoret <jc...@babelobjects.com> on 2005/04/04 11:07:56 UTC

Request parameters forwarding or not

Hello,
I have a pipeline that calls another one.

Request parameters provided to the first pipeline are automatically 
forwarded to the second. Is it possible to disable this feature at a 
pipeline level so the second pipeline doesn't know anything about the 
request parameters provided to the first one ?

JC

-- 

Jean-Christophe Kermagoret
jck@BabelObjects.Com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Request parameters forwarding or not

Posted by Dan Durkin <dd...@scilearn.com>.
You may be able to use the cocoon:raw: protocol.

it's mentioned here : 
http://cocoon.apache.org/2.1/developing/webapps/authentication.html#The+authentication+resource

there's a note in the doc:

You might be wondering why we explicitly pass the request parameters on 
to the internal pipeline call. Note that the authentication resource of 
the portalhandler is defined by cocoon:raw. By using this, no request 
parameter of the original request is passed on to the internal pipeline 
by default and therefore we have to define them explicitly. If you use 
cocoon: then the parameters of the form are by default passed on to the 
authentication resource and we could omit the parameter definition from 
above. But we feel that it is safer to explicitly define them.

I don't remember seeing the this mention other place in the docs.

Does any know, if/where this is documented?

HTH

Dan

Jean-Christophe Kermagoret wrote:
> Hello,
> I have a pipeline that calls another one.
> 
> Request parameters provided to the first pipeline are automatically 
> forwarded to the second. Is it possible to disable this feature at a 
> pipeline level so the second pipeline doesn't know anything about the 
> request parameters provided to the first one ?
> 
> JC
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Request parameters forwarding or not

Posted by Jorg Heymans <jh...@domek.be>.

Jean-Christophe Kermagoret wrote:
> Hello,
> I have a pipeline that calls another one.
> 
> Request parameters provided to the first pipeline are automatically 
> forwarded to the second. Is it possible to disable this feature at a 
> pipeline level so the second pipeline doesn't know anything about the 
> request parameters provided to the first one ?

Not that i know of.

Jorg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org