Race condition in JsonContainerConfig EL evaluation
---------------------------------------------------

                 Key: SHINDIG-1010
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1010
             Project: Shindig
          Issue Type: Bug
          Components: Java
            Reporter: Adam Winer
            Assignee: Adam Winer


JsonContainerConfig supports dynamic EL configuration by creating 
DynamicConfigurationProperty objects.  Each is initialized with an ELContext.  
These objects are accessed from multiple threads;  but ELContext is not 
threadsafe (is/setPropertyResolved(), in particular).  In practice, these 
properties could be aggressively initialized, since they have no per-request 
state.

-- 
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