Riegler Andreas napisaƂ(a):
Hello everyone!

I'm implementing some redirect in my project and tried several things to make an global redirect.
But nothing else than the following code is working:

<map:match pattern="dummy-sendPage-*">
                <map:generate type="jx" src="jx/redirect.xml" />
<map:redirect-to uri="{request:contextPath}/webapp/{1}?redirected=true" global="true"/>
                <map:serialize  />
            </map:match>

The source code above is implemented in an mounted subsitemap with cocoon 2.1.7.

I don't understand what you want to achieve with code above. Do you want to redirect processing to another pipeline, get its result and continue processing in original one?

--
Grzegorz Kossakowski

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

Reply via email to