In Cocoon-2.0.4 is this redirect supposed to work?

  <map:match pattern="name1.xml">
    <map:redirect-to uri="cocoon:/name2.xml"/>
  </map:match>

  <map:match pattern="name2.xml">
    <map:generate src="sample.xml"/>
    <map:serialize type="xml"/>
  </map:match>

I get an error from IE that seems to indicate that a
redirect was sent to the client instead of happening
internal to cocoon.

Tim



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

Reply via email to