GenericFacesPortlet doesn't synchronize creating/initializing the bridge
------------------------------------------------------------------------
Key: PORTLETBRIDGE-60
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-60
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha, 1.0.0-beta
Reporter: Michael Freedman
Assignee: Michael Freedman
The GenericFacesPortlet doesn't synchronize creating and initializing the
bridge. This would be okay if this function was in the init() method, but
because the function is deferred until first use and resulting bridge is stored
in a private data member, the GFP must synchronize this function to avoid the
potentailly concurrency issues related to simultaneous first requests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.