Return-Path: Delivered-To: apmail-portals-pluto-scm-archive@www.apache.org Received: (qmail 35341 invoked from network); 8 Oct 2008 06:37:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 06:37:29 -0000 Received: (qmail 79809 invoked by uid 500); 8 Oct 2008 06:37:28 -0000 Delivered-To: apmail-portals-pluto-scm-archive@portals.apache.org Received: (qmail 79783 invoked by uid 500); 8 Oct 2008 06:37:28 -0000 Mailing-List: contact pluto-scm-help@portals.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list pluto-scm@portals.apache.org Received: (qmail 79774 invoked by uid 99); 8 Oct 2008 06:37:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2008 23:37:28 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 06:36:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6EC3A238898A; Tue, 7 Oct 2008 23:37:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r702731 - /portals/pluto/branches/2.0-spi-refactoring/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java Date: Wed, 08 Oct 2008 06:37:09 -0000 To: pluto-scm@portals.apache.org From: cdoremus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081008063709.6EC3A238898A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cdoremus Date: Tue Oct 7 23:37:09 2008 New Revision: 702731 URL: http://svn.apache.org/viewvc?rev=702731&view=rev Log: Applied patch from PLUTO-505. Thank you Brian! Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java?rev=702731&r1=702730&r2=702731&view=diff ============================================================================== --- portals/pluto/branches/2.0-spi-refactoring/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java (original) +++ portals/pluto/branches/2.0-spi-refactoring/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java Tue Oct 7 23:37:09 2008 @@ -104,7 +104,7 @@ */ public String getPreferencesValidator() { if (preferencesValidator != null) - return preferencesValidator; + return preferencesValidator.trim(); return preferencesValidator1; }