You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by bl...@apache.org on 2004/05/12 09:28:49 UTC

cvs commit: jakarta-pluto/container/src/java/org/apache/pluto/core/impl PortletURLImpl.java

blumm       2004/05/12 00:28:49

  Modified:    container/src/java/org/apache/pluto/core/impl
                        PortletURLImpl.java
  Log:
  PR:28922
  Submitted by: christof.dallermassl@hyperwave.com
  Reviewed by: blumm@apache.org
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-pluto/container/src/java/org/apache/pluto/core/impl/PortletURLImpl.java
  
  Index: PortletURLImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/container/src/java/org/apache/pluto/core/impl/PortletURLImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletURLImpl.java	7 Apr 2004 08:09:23 -0000	1.4
  +++ PortletURLImpl.java	12 May 2004 07:28:49 -0000	1.5
  @@ -105,7 +105,7 @@
               throw new IllegalArgumentException("name and value must not be null");
           }
   
  -        parameters.put( name, value);
  +        parameters.put( name, new String[]{value});
       }
   
       public void setParameter (String name, String[] values)