RE: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-10 Thread March, Andres
We've used acegi in production now for 6 months and have not experienced this behavior. AFAIK the filter correctly clears the thread local upon exit. Filter order could affect this if somehow the filter chain exits before completion and skips this filter. Are you using filter to bean proxy?

Re: [Acegisecurity-developer] Captcha

2005-07-10 Thread Ben Alex
marc antoine garrigue wrote: Hi all, I have some question regarding the development rules: -Where to commit my code? In the sand box or directly in the core -Should I add a new package for captcha related stuff (context, channel, filter ect..) or should I commit it in the existing packages.

Re: [Acegisecurity-developer] Any support for multiple login pages ?

2005-07-10 Thread Ben Alex
Pascal Gehl wrote: Hi guys, Sorry to send to the developper mailing list but I can't get answers from the spring mailing list. I have a requirement to have different login pages depending on which ressource is accessed. I checked the acegi API and found nothing. Is there a hidden way to do

Re: [Acegisecurity-developer] Struts menu with Acegi

2005-07-10 Thread Ben Alex
Marco Mistroni wrote: will this be a correct declaration in web.xml? filter filter-nameContextHolderAware Filter/filter-name filter-classnet.sf.acegisecurity.util.FilterToBeanProxy/filter-class init-param param-nametargetClass/param-name

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-10 Thread Ben Alex
March, Andres wrote: We've used acegi in production now for 6 months and have not experienced this behavior. AFAIK the filter correctly clears the thread local upon exit. Filter order could affect this if somehow the filter chain exits before completion and skips this filter. Are you using