Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Andreas Brenk
It seems to me the Maven 2 build (SEC-62) is not up-to-date and should be marked as unresolved. Regards, Andreas On 11/7/05, Ben Alex [EMAIL PROTECTED] wrote: The JIRA changelog is now complete, and I've just updated the reference guide to reflect the latest changes:

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

2005-03-10 Thread Andreas Brenk
You could use a HttpSessionListener to keep the coupling to Acegi Security separate from your controller. See http://forum.springframework.org/viewtopic.php?t=1106 for an earlier discussion. Perhaps this should be mentioned in the upgrade readme. Regards, Andreas Matt Raible wrote: With Acegi