[
https://issues.apache.org/jira/browse/PORTLETBRIDGE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Freedman updated PORTLETBRIDGE-60:
------------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.0.0
Status: Resolved (was: Patch Available)
Creation/initialization now done in a synchronized block
> 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: 1.0.0-beta, 2.0.0-alpha
> Reporter: Michael Freedman
> Assignee: Michael Freedman
> Fix For: 1.0.0, 2.0.0
>
> Attachments: jira_60.patch
>
>
> 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.