Author: thomas.heute(a)jboss.com
Date: 2008-06-27 06:57:35 -0400 (Fri, 27 Jun 2008)
New Revision: 11167
Modified:
branches/JBoss_Portal_Branch_2_7/faces/src/main/org/jboss/portal/faces/component/portlet/JSFInvocation.java
Log:
Oups
Modified:
branches/JBoss_Portal_Branch_2_7/faces/src/main/org/jboss/portal/faces/component/portlet/JSFInvocation.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/faces/src/main/org/jboss/portal/faces/component/portlet/JSFInvocation.java 2008-06-27
10:42:24 UTC (rev 11166)
+++
branches/JBoss_Portal_Branch_2_7/faces/src/main/org/jboss/portal/faces/component/portlet/JSFInvocation.java 2008-06-27
10:57:35 UTC (rev 11167)
@@ -111,9 +111,9 @@
this.portalContext = new JSFPortalContext(faces, uiportlet);
this.requestContext = new AbstractRequestContext(clientRequest);
this.securityContext = new JSFSecurityContext(faces);
- this.userContext = new JSFUserContext(faces);
this.windowContext = new JSFWindowContext(faces);
this.serverContext = new JSFServerContext(this);
+ this.userContext = new JSFUserContext((JSFServerContext)serverContext, faces);
}
String renderURL(ContainerURL containerURL, Boolean wantSecure, Boolean
wantAuthenticated, boolean relative)
Show replies by date