Mark Lundquist wrote:

Hi all,

Using 2.1.6...

I have something like:

<match pattern="**">
<generate src="cocoon:/content/{1} />
.
. (etc....)
.


<match pattern="content/**"> <select type="resource-exists"> . . (blah blah blah) . <when test="something"> <redirect-to uri="somewhere" global="true">

The redirect is _external_ (not "cocoon:/somewhere).

Cocoon sends the redirect back to the user agent correctly... but every time, I get a bunch of stackage in handled-errors.log, all about "Attempted to process incomplete pipeline".

Question 1: How do I get rid of this error?

Did you try putting a <map:serialize /> after the redirect-to?
Lars


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



Reply via email to