No worries, Jay, and I actually meant to say I did *not* check headers and all, but that the request was processed quickly and with no sign of a browser redirect. The same code (using the "cocoon:/" protocol) produced a visible redirect with the same browser using Cocoon 2.0.4. I also saw some old discussion post saying how Cocoon 2.1 would handle redirects with the cocoon:/ protocol internally.


Anyhow, with all that said, my original question still stands: Is a new Request instance still produced when such an internal redirect is handled? See my sitemap snippet below:

<map:match pattern="someUri">
 <map:action type="some-action"/>
 <map:redirect-to uri="cocoon:/anotherUri"/>
</map:match>

<map:match pattern="anotherUri">
 ...
</map:match>

In the "some-action" action, I set a Request attribute, which is gone by the time "anotherUri" produces output. I know it is being set properly since I've logged it and it looks fine.

Thanks,

Sonny

From: "Jay Freeman \(saurik\)" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: new Request for internal map:redirect-to's?
Date: Mon, 18 Aug 2003 03:03:50 -0500

Sonny:

Oh, I'm sorry, I didn't even pay attention to that. :(

Sincerely,
Jay Freeman (saurik)
[EMAIL PROTECTED]

----- Original Message -----
From: "Sonny Sukumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 18, 2003 2:19 AM
Subject: Re: new Request for internal map:redirect-to's?


>
> It's not supposed to send an HTTP redirect if using the "cocoon:/"
protocol
> and syntax--at least not in Cocoon 2.1. I checked headers and all, but I
> don't see my browser processing a redirect at all like I did using the
same
> syntax in 2.0.4.
>
> In any case, maybe one of the people knowledgeable on 2.1 can comment?
> Geoff, anyone else?
>
> Sonny



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


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to