try this
<map:match pattern="logout"> <map:act type="auth-logout"> <map:parameter name="handler" value="testauth"/> </map:act> <map:redirect-to uri="http://google.com/"/> </map:match>
----- Original Message ----- From: "Scott Yeadon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 1:17 PM
Subject: Authentication: logout redirect
Hi,
I have the following in my sitemap, but I can't get the logout to redirect, all I get is a blank page. The logout handle is executing without any problem but I can't get a redirect happening.
<map:match pattern="logout"> <map:act type="auth-logout"> <map:parameter name="handler" value="testauth"/> <map:redirect-to uri="http://google.com/"/> </map:act> </map:match>
Any clues on how to make this happen in the sitemap?
Scott.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
