Strange how it only happens on Linux and not when running Tomcat on Windows.  
My fix didn't work as it just redirected you to login.jsp but you're still 
logged in.  Obviously Mike was right that redirecting to mainmenu.jsp should 
send you to login.jsp but doesn't since you're not logged out.

I'll look into it a bit further and see if I can figure out what is going on 
and if necessary will follow your advise and replace logoutFilter.

Thanks,

Ron

----- Original Message ----
From: Matt Raible <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, January 10, 2007 10:01:26 AM
Subject: Re: [appfuse-user] Why does logout.jsp redirect to mainmenu.jsp rather 
than login.jsp?

The only reason I can think of is the logoutFilter isn't invaliding
the session, or its simply not working as expected.  You should be
able to delete it from security.xml and replace it with logout.jsp
from a previous release.  If a lot of folks are having issues - maybe
we should just revert to logout.jsp since it seems to work better
anyway?

Matt

On 1/10/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
> It should be the same, surely? After a logout, any attempt to go to the
> mainmenu should result in the login page being shown?
>
> Mike.
>
>
>
> On 1/10/07, Ron Anderson <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > I've noticed that after upgrading our 1.9.2 appfuse based app with Acegi's
> 1.0.3 release jar that it fixes a logout error (only shows up on Linux)
> after session times out but now redirects to mainmenu and doesn't log user
> out.  I've changed this to login.jsp and it seems to work.  Using JSF.
> >
> > Just curious why it was set to mainmenu.jsp?
> >
> > cheers,
> >
> > Ron
> >
>
>


-- 
http://raibledesigns.com

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





Reply via email to