On 12.Jun.2001 -- 12:18 AM, Donald Ball wrote:
> i've got this pipeline in my sitemap:
> 
>    <map:match pattern="add/product">
>     <map:act type="add-uptgen-product">
>      <map:parameter name="tables-descriptor"
>        value="context:///WEB-INF/forms/product_tables.xml"/>
>      <map:redirect-to uri="/uptgen/product/{id}"/>
>     </map:act>
>     <map:redirect-to uri="/uptgen/xhtml/form"/>
>    </map:match>
> 
> if i come in with this url:
> 
> /uptgen/add/product?foo=bar
> 
> if the action is successful, i am redirected to:
> 
> /uptgen/product/ID?foo=bar
> 
> (where ID is the value of the id in the map returned from the action)
> 
> the original querystring has no business in the redirected url. is this a
> side effect of the move to the Redirector class?
> 

No, it has been this way before.

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

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

Reply via email to