Author: julien(a)jboss.com
Date: 2007-04-23 18:47:04 -0400 (Mon, 23 Apr 2007)
New Revision: 7036
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderPageCommand.java
Log:
removed unused code
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderPageCommand.java
===================================================================
---
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderPageCommand.java 2007-04-23
22:32:52 UTC (rev 7035)
+++
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderPageCommand.java 2007-04-23
22:47:04 UTC (rev 7036)
@@ -39,7 +39,6 @@
import org.jboss.portal.identity.UserProfileModule;
import org.jboss.portal.security.PortalSecurityException;
import org.jboss.portal.security.spi.auth.PortalAuthorizationManager;
-import org.jboss.portal.server.ServerInvocation;
import org.jboss.portal.theme.LayoutService;
import org.jboss.portal.core.theme.PageRendition;
import org.jboss.portal.core.theme.WindowRendition;
@@ -53,7 +52,6 @@
import org.jboss.portal.theme.page.WindowResult;
import org.jboss.portal.theme.page.WindowContext;
-import javax.servlet.http.HttpServletRequest;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import java.util.ArrayList;
@@ -154,8 +152,6 @@
*/
public ControllerResponse execute() throws ControllerException, InvocationException
{
- ServerInvocation sinv = context.getServerInvocation();
- HttpServletRequest request = sinv.getServerContext().getClientRequest();
try
{
//
Show replies by date