[Acegisecurity-developer] SecurityContextHolder javadoc error

2006-02-11 Thread Andrey Moiseenko
Javadoc for org.acegisecurity.context.SecurityContextHolder: Associates a given SecurityContext with the current execution thread and any new threads the current execution thread may spawn. It can confuse users, as I know InheritableThreadLocal no longer used in SecurityContextHolder, so

RE: [Acegisecurity-developer] Preparing for 1.0.0 RC2

2006-02-11 Thread scott
Paul, What would you recommend instead? The only other option off the top of my head would be to make sure the filter is executed upon every request. Scott From: Garvey, Paul M (GE Commercial Finance) [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 11:28 AMTo:

Re: [Acegisecurity-developer] SecurityContextHolder javadoc error

2006-02-11 Thread Ben Alex
Andrey Moiseenko wrote: Javadoc for org.acegisecurity.context.SecurityContextHolder: Associates a given SecurityContext with the current execution thread and any new threads the current execution thread may spawn. Logged as SEC-188 and fixed in CVS. Ben