Until now, SecureAction was synchronizing the framework for certain operations in order to reduce
the amount of objects it created. Furthermore, the synchronization was carried out whether security
was enabled or not.

We now use a threadlocal to avoid synchronization all together at the expense of only a few more
objects. 


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@431007 13f79535-47bb-0310-9956-ffa450edef68
1 file changed