Re: [Acegisecurity-developer] session.invalidate() vs. ContextHolder.setContext(null)

2005-03-16 Thread Ray Krueger
On Tue, 15 Mar 2005 06:00:42 -0700, Matt Raible <[EMAIL PROTECTED]> wrote: > I was able to reproduce this problem in the Contacts sample > application. If logout.jsp *doesn't* do a redirect, the problem occurs > and the user stays logged in. If it *does* a redirect, everything works > and the use

[Acegisecurity-developer] FilterChainProxy and regexp matchers

2005-03-16 Thread Cameron Braid
I am trying to match a whole set of URLs based on file extension, using the regexp matcher   For example :   ^.*\.jspa$|^.*\.jspk|^.*\.htm|^.*\.html   The FilterInvocation.getRequestUrl() returns the query string as part of the url.   Therefore the above regexp doesn’t match.   Is

RE: [Acegisecurity-developer] FilterChainProxy and ContextHolderAwareRequestFilter

2005-03-16 Thread Cameron Braid
Its funny.. I just found this same soloution when using the filter chain class in my app. I was just about to report it ;) Thanks. Cameron > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ben Alex > Sent: Friday, 11 March 2005 11:42 AM > To: aceg