Move ThreadLocals for JBossPortlet support to interceptors
----------------------------------------------------------
Key: JBPORTAL-1944
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1944
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Portal Core
Reporter: Thomas Heute
Assigned To: Thomas Heute
Fix For: 2.7 Final
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:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira