[Acegisecurity-developer] conditional filters?

2007-09-14 Thread Chris Berry
Greetings, I was wondering if there was a way to conveniently switch off all the Acegi Servlet Filters In testing we generally want to run over straight http And sometimes in Staging we just want to switch off SSL Today, I am using two different web.xml files; one w/ the Filters commented

Re: [Acegisecurity-developer] conditional filters?

2007-09-14 Thread Ray Krueger
That's really going to be fully dependent on your applications configuration. Maybe break up your Spring xml files so that all the acegi stuff is in it's own file. Then have your app load the right file based on the environment you want. The full file has all the normal Acegi stuff in it. The