[gatein-commits] gatein SVN: r6307 - components/pc/trunk/api/src/main/java/org/gatein/pc/api.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 20 08:41:10 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-04-20 08:41:10 -0400 (Wed, 20 Apr 2011)
New Revision: 6307

Modified:
   components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java
Log:
- GTNPC-62: reverted invoker separator to original value. It wasn't possible to thouroughly test with '+' as it's a special character in URL

Modified: components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java
===================================================================
--- components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java	2011-04-20 11:52:46 UTC (rev 6306)
+++ components/pc/trunk/api/src/main/java/org/gatein/pc/api/PortletContext.java	2011-04-20 12:41:10 UTC (rev 6307)
@@ -42,7 +42,7 @@
     * The separator used in the id to route to the correct invoker. TODO: change value back once tests have been done to
     * remove incidental use of value
     */
-   public static final String INVOKER_SEPARATOR = "+";
+   public static final String INVOKER_SEPARATOR = ".";
 
    public static final String PRODUCER_CLONE_ID_PREFIX = "_";
    public static final int PRODUCER_CLONE_PREFIX_LENGTH = PRODUCER_CLONE_ID_PREFIX.length();



More information about the gatein-commits mailing list