Change Notes item #425566, was updated on 2001-05-19 21:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=425566&group_id=22866

Category: None
Group: v2.4
Status: Open
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: SecurityAssociation now uses ITL

Initial Comment:
The org.jboss.security.SecurityAssociation class has
been changed. The default multi-threaded mode storage
of security information uses InheritableThreadLocal.

When the server property has
been set to true, the security information is
maintained in thread local
storage. The type of thread local storage depends on the
org.jboss.security.SecurityAssociation.ThreadLocal
property.
If this property is true, then the thread local storage
object is of
type java.lang.ThreadLocal which results in the current
thread's
security information NOT being propagated to child threads.

When the property is false or does not exist, the
thread local storage object
is of type java.lang.InheritableThreadLocal, and any
threads spawned by the
current thread will inherit the security information of
the current thread.
Subseqent changes to the current thread's security
information are NOT
propagated to any previously spawned child threads.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=425566&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to