Don't know if it solves your problem, but can't you just use the 
{request:queryString}

So someting like:

<map:read src="http://intra/{1}?{request:queryString}"; />

Don't know if it also works for post...




> 
> 
> Hi,
> 
> I'm trying to do following:
> 
> <map:match pattern="intra/**">
>    <map:read src="http://intra/{1}"; />
> </map:match>
> 
> That works - almost.
> 
> If I access intran/foo?bar=3, then read access only http://intra/ 
> foo .. so, is there a way to put all request-parameters there with it?
> 
> <map:read src="http://intra{1}?bar={raw-request-param:bar} is not an  
> option becaus I can't write every parameter open.
> 
> Thanks, Joose
> 
> --
> "Always remember that you are unique, just like everyone else!"
> * http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]