[jboss-jira] [JBoss JIRA] Updated: (JBPORTAL-1944) Move ThreadLocals for JBossPortlet support to interceptors
Thomas Heute (JIRA)
jira-events at lists.jboss.org
Wed Jul 30 17:11:30 EDT 2008
[ https://jira.jboss.org/jira/browse/JBPORTAL-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Heute updated JBPORTAL-1944:
-----------------------------------
Fix Version/s: 2.7.0 CR1
(was: 2.7.0 Beta1)
> Move ThreadLocals for JBossPortlet support to interceptors
> ----------------------------------------------------------
>
> Key: JBPORTAL-1944
> URL: https://jira.jboss.org/jira/browse/JBPORTAL-1944
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal Core
> Reporter: Thomas Heute
> Assignee: Thomas Heute
> Fix For: 2.7.0 CR1
>
>
> In PortletInvocationFactory we have:
> public static ThreadLocal<ControllerContext> controllerContextTL = new ThreadLocal<ControllerContext>();
> public static ThreadLocal<UserContext> userContextTL = new ThreadLocal<UserContext>();
> Move that to interceptors, those TL are used by the JBossPortlet extension
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list