Carsten Ziegeler wrote:

If you want to make a redirect, you can't use the a pipeline for it
because a redirect is not allowed after the pipeline (generator)
has started.

Are you sure? This works:


<map:match pattern="random-image">
   <map:generate src="images/random/image5.jpg"/>
   <map:redirect-to uri="/images/random/image1.jpg"/>
</map:match>

(well, it's not random, but the redirect works). :-)

Jon


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



Reply via email to