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]



Reply via email to