Re: [Acegisecurity-developer] InheritableThreadLocal in SecurityContextHolder

2006-01-25 Thread Ben Alex
Hi Tom Dunstan Tom wrote: the existing upgrade notes for 0.9.0 are plain wrong). I have corrected this in CVS, so at the least the public web site (acegisecurity.org) will display the correct upgrade instructions for those moving to 0.9.0. - I see that Oliver Hutchison sent a proposal

[Acegisecurity-developer] InheritableThreadLocal in SecurityContextHolder

2006-01-23 Thread Dunstan Tom
Hi all I missed the discussion where the InheritableThreadLocal behaviour was reverted. We actually have several places in our application where we wish to kick off tasks to run in a background thread with the permissions of the user who started them. InheritableThreadLocal did the job, but I see