Author: thomas.heute(a)jboss.com
Date: 2007-08-03 03:36:14 -0400 (Fri, 03 Aug 2007)
New Revision: 7862
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java
Log:
JBPORTAL-1620: location on signOut method is ignored
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java 2007-08-02
11:58:06 UTC (rev 7861)
+++
branches/JBoss_Portal_Branch_2_6/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java 2007-08-03
07:36:14 UTC (rev 7862)
@@ -100,7 +100,7 @@
}
else if (response instanceof
org.jboss.portal.core.controller.portlet.SignOutResponse)
{
- return new SignOutResponse();
+ return new
SignOutResponse(((org.jboss.portal.core.controller.portlet.SignOutResponse)response).getLocation());
}
else if (response instanceof
org.jboss.portal.portlet.invocation.response.ErrorResponse)
{
Show replies by date