[gatein-commits] gatein SVN: r4703 - components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 18 05:57:48 EDT 2010


Author: chris.laprun at jboss.com
Date: 2010-10-18 05:57:48 -0400 (Mon, 18 Oct 2010)
New Revision: 4703

Modified:
   components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
   components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java
Log:
- Removed comment on GTNWSRP-36 as this is actually done in SessionHandler.

Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java	2010-10-18 08:40:42 UTC (rev 4702)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java	2010-10-18 09:57:48 UTC (rev 4703)
@@ -263,7 +263,7 @@
 
    protected PortletInvocationResponse processResponse(BlockingInteractionResponse response, ActionInvocation invocation, RequestPrecursor<ActionInvocation> requestPrecursor) throws PortletInvokerException
    {
-      BlockingInteractionResponse blockingInteractionResponse = (BlockingInteractionResponse)response;
+      BlockingInteractionResponse blockingInteractionResponse = response;
 
       String redirectURL = blockingInteractionResponse.getRedirectURL();
       UpdateResponse updateResponse = blockingInteractionResponse.getUpdateResponse();

Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java	2010-10-18 08:40:42 UTC (rev 4702)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java	2010-10-18 09:57:48 UTC (rev 4703)
@@ -126,8 +126,6 @@
          String handle = portletContext.getPortletHandle();
          if (!originalContext.getPortletHandle().equals(handle))
          {
-            // todo: GTNWSRP-36 If the Producer returns a new portletHandle without returning a new sessionID, the Consumer MUST
-            // associate the current sessionID with the new portletHandle rather than the previous portletHandle.
             if (debug)
             {
                log.debug("Portlet '" + requestPrecursor.getPortletHandle() + "' was implicitely cloned. New handle is '"



More information about the gatein-commits mailing list