NullPointerException in SecureAction.invoke when running with SecurityManager
-----------------------------------------------------------------------------

                 Key: FELIX-766
                 URL: https://issues.apache.org/jira/browse/FELIX-766
             Project: Felix
          Issue Type: Bug
    Affects Versions: felix-1.2.1

            Reporter: Karl Pauls
            Assignee: Karl Pauls


It is possible that a NullPointerException happens when running with 
SecurityManager. The issue is that starting with Felix-1.2.1 it is possible 
that we have a recursive call to SecureAction within the same thread. That 
wasn't the case before but now it might happen. This will reset the members of 
the actions object to null which will cause the exception. The fix is to keep 
references to the member on the local stack. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to