You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ralph Goers <Ra...@digitalinsight.com> on 2004/03/09 17:48:43 UTC

RE: [repost] authentication-fw accessing resource for redirect

I have the exact same requirement.  Unfortunately, it doesn't appear the
authentication framework doesn't make this easy.  The ideal solution would
be to have DefaultAuthenticationManager's checkAuthentication store the
current request in the session and then redirect to it after login completes
if it is there. Otherwise it would go to the handler's redirect-to uri.  I
would also propose requiring another attribute on the redirect-to uri to
enable this behavior.

Does anyone have any objections to this enhancement?

Ralph

 -----Original Message-----
From: 	Steve Schwarz [mailto:saschwarz@hotmail.com] 
Sent:	Tuesday, March 09, 2004 6:23 AM
To:	users@cocoon.apache.org
Subject:	[repost] authentication-fw accessing resource for redirect

Hi
Sorry to post again; but I'm stumped on this one...
Thanks
Steve