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 filter to bean
proxy?  Can you post your filter order?
0.7.0 used the old well-known-request model, which was dependent on AbstractIntegrationFilter:

http://cvs.sourceforge.net/viewcvs.py/acegisecurity/acegisecurity/core/src/main/java/net/sf/acegisecurity/ui/Attic/AbstractIntegrationFilter.java?rev=1.7&view=auto

Reading the code shows no cleanup handling of IOExceptions or ServletExceptions. Thus, there is a bug, but it is corrected in the current CVS HEAD as others mentioned.

Cheers
Ben



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to