Re: [Acegisecurity-developer] Preparing for 0.9.0

2005-11-08 Thread Matt Raible
On Nov 3, 2005, at 9:51 AM, Ben Alex wrote: Hi everyone CVS now contains pretty much all the tasks scheduled for 0.9.0. The roadmap is at: http://opensource2.atlassian.com/projects/spring/browse/SEC? report=com.atlassian.jira.plugin.system.project:roadmap-panel I'd be grateful if

Re: [Acegisecurity-developer] Preparing for 0.9.0

2005-11-08 Thread Ben Alex
Matt Raible wrote: // log user in automatically Authentication auth = new UsernamePasswordAuthenticationToken (user.getUsername(), user.getConfirmPassword()); auth.sentAuthenticated(true); try { ProviderManager authenticationManager = (ProviderManager)

Re: [Acegisecurity-developer] Preparing for 0.9.0

2005-11-04 Thread Patrick Huber
Works for me, yet my application is pretty small. I've had to change a call in the authentication tag. I'm using pretty much every component except for instance-based security. I use them a described in the docs/tutorials. 2005/11/3, Ben Alex [EMAIL PROTECTED]: Hi everyone CVS now contains

Re: [Acegisecurity-developer] Preparing for 0.9.0

2005-11-04 Thread Ray Krueger
Hey Ben, I jumped on http://opensource2.atlassian.com/projects/spring/browse/SEC-23 (Jaas Logout) even after we said we'd put it off till 1.0. I'll be committing it shortly... On 11/3/05, Ben Alex [EMAIL PROTECTED] wrote: Hi everyone CVS now contains pretty much all the tasks scheduled for

Re: [Acegisecurity-developer] Preparing for 0.9.0

2005-11-04 Thread Ben Alex
Patrick Huber wrote: Works for me, yet my application is pretty small. I've had to change a call in the authentication tag. I'm using pretty much every component except for instance-based security. I use them a described in the docs/tutorials. Hi Patrick Thanks for the feedback. I've