Author: thomas.heute(a)jboss.com
Date: 2007-08-03 03:43:15 -0400 (Fri, 03 Aug 2007)
New Revision: 7863
Modified:
trunk/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java
Log:
JBPORTAL-1620: location on signOut method is ignored
Modified:
trunk/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java
===================================================================
---
trunk/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java 2007-08-03
07:36:14 UTC (rev 7862)
+++
trunk/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java 2007-08-03
07:43:15 UTC (rev 7863)
@@ -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)
{