Konstantin Piroumian wrote: >>-----Original Message----- >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, April 02, 2002 10:35 PM >>To: [EMAIL PROTECTED] >>Subject: Re: [SITEMAP] Parametrized redirect >> >> >>Konstantin Piroumian wrote: >> >>>Good evening! >>> >>>How difficult would be to redesign <map:redirect-to /> to allow >>>parameters? >>>E.g.: >>><map:redirect-to uri="..."> >>> <map:parameter name="p1" value="1" /> >>> ... >>></map:redirect> >>> >>Aren't you looking for <map:redirect-to >>uri="other-uri?p1=1&p2={sitemapvariable}"/> ? >> > >Yes, this would do, but <map:parameter /> looks better, IMO. >I've took a look at redirection interface and it seems that adding one more >method that takes also a parameter map will be enough for redirection. But I >have no yet idea how would the receiving pipeline (or resource) handle those >parameters. It must be something similar to 'target' attribute. >
Be careful : redirect to URI results in a new request being processed and so loses the sitemap variables, while redirect to resources occurs internally in the current sitemap. Because of this confusion, redirect to resource was deprecated in favor of map:call. Thus all we can do with parameters in map:redirect is encode them as request parameters. So it's really a matter of readability... Sylvain -- Sylvain Wallez Anyware Technologies Apache Cocoon http://www.anyware-tech.com mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]