Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread Dmitriy Kopylenko
This idea looks good to me. Regards, Dmitriy. - Original Message - From: Carlos Sanchez [EMAIL PROTECTED] Date: Sunday, January 23, 2005 7:59 am Subject: [Acegisecurity-developer] Reducing the number of filters needed in web.xml Hi, I think this was already discussed but I wasn't

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread bryan ( [EMAIL PROTECTED])
I think they're is a more elegant and intuitive way to do this. I also think this a good idea,it would be good to have a more elegant syntax though, perhaps you might also consider the following. snip -- And configure the chain of filters in the application context, something like bean

[Acegisecurity-developer] Source zip/tarfile

2005-01-23 Thread Colin Sampaleanu
I noticed that on SF (unless I'm missing it), there's actually no source archive for v0.70. It'd probably be a good idea to have one, so people can sync this up when stepping through code and the like... --- This SF.Net email is sponsored by:

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread Ben Alex
bryan ( [EMAIL PROTECTED]) wrote: bean id=filterChain class=net.sf.acegisecurity.FilterChain property name=filters value channelProcessingFilter=/* authenticationProcessingFilter=/* basicProcessingFilter=/* sessionIntegrationFilter=/*

Re: [Acegisecurity-developer] Acegi jars at ibiblio

2005-01-23 Thread Ben Alex
Carlos Sanchez wrote: Hi, I've uploaded all acegi artifacts at http://acegisecurity.sourceforge.net/maven/acegisecurity/ (jars, poms and licenses) to ibiblio. Now they're available http://www.ibiblio.org/maven/acegisecurity Carlos, just re the licenses, I'm not sure of what's normal but I

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread Scott Battaglia
+1 to this -Scott Shishir K. Singh wrote: +1 to it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bryan ( [EMAIL PROTECTED]) Sent: Sunday, January 23, 2005 11:52 AM To: acegisecurity-developer@lists.sourceforge.net Subject: Re:

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread Ricardo Marin Matinata
+1 regards, -- Ricardo Ben Alex wrote: bryan ( [EMAIL PROTECTED]) wrote: bean id=filterChain class=net.sf.acegisecurity.FilterChain property name=filters value channelProcessingFilter=/* authenticationProcessingFilter=/* basicProcessingFilter=/*

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread Ray Krueger
I like the idea as well, my only question is (and I've been wondering this for a while), why do we target the class and not the bean name? init-param param-nametargetClass/param-name param-valuenet.sf.acegisecurity.FilterChain/param-value /init-param Instead of... init-param