You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Adam Winer (JIRA)" <ji...@apache.org> on 2009/04/08 06:53:13 UTC

[jira] Resolved: (SHINDIG-1010) Race condition in JsonContainerConfig EL evaluation

     [ https://issues.apache.org/jira/browse/SHINDIG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved SHINDIG-1010.
---------------------------------

    Resolution: Fixed

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