Re: [Acegisecurity-developer] Anyone experiencing core tests failing?

2005-09-19 Thread Marc-Antoine Garrigue
Hi, I'll take a look at this tonight. Regards MAGOn 9/19/05, Ben Alex [EMAIL PROTECTED] wrote: Mark St.Godard wrote: Anyone else having problems with the core project tests failing? Strange thing is all the tests run through, dont see any actual junit failures, however maven complains and says the

[Acegisecurity-developer] Upgrading problem

2005-09-19 Thread mannobug
Hi all, i have a problem. I need to upgrade an old application based on equinox which contains Acegi Security System 0.6.1. I need to use ASS 0.8.3. In the old applicationContextSecurity.xml there was a filter call AutoIntegratiofilter. I read on the site the migration notes. I want to use

Re: [Acegisecurity-developer] Upgrading problem

2005-09-19 Thread Ben Alex
mannobug /j_security_check*=channelProcessingFilter,httpSessionContextIntegrationFilter,authenticationProcessingFilter /**/*.*=channelProcessingFilter,httpSessionContextIntegrationFilter,securityEnforcementFilter Should be:

Re: [Acegisecurity-developer] SwitchUserProcessingFilter support for custom UserDetails for exitUser case

2005-09-19 Thread Mark St.Godard
Hi Matt, Thanks for the great user feedback I did the initial Switch User implementation this summer, soI appreciate your feedback / experience whenusing yourcustom UserDetails.. I have changed the extracting of the original user to just check based on the interface (UserDetails), since