Skip to content

Commit

Permalink
PBR-486 Thread safe with high loaded portal
Browse files Browse the repository at this point in the history
 Need to clear ThreadLocal at end of request
  • Loading branch information
kenfinnigan committed Feb 27, 2013
1 parent 7da4a24 commit 0c04400
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -668,6 +668,7 @@ protected Lifecycle getFacesLifecycle() throws FacesException {
protected void releaseFacesContext(BridgeContext bridgeContext, FacesContext facesContext) {
fireFacesSystemEvent(bridgeContext, BridgePreReleaseFacesContextSystemEvent.class);

AbstractExternalContext.setPortletFlash(null);
facesContext.release();
}

Expand Down

0 comments on commit 0c04400

Please sign in to comment.