Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CFA8DBC6 for ; Mon, 16 Jul 2012 07:35:38 +0000 (UTC) Received: (qmail 54466 invoked by uid 500); 16 Jul 2012 07:35:38 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 54261 invoked by uid 500); 16 Jul 2012 07:35:31 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 54207 invoked by uid 99); 16 Jul 2012 07:35:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 07:35:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Mon, 16 Jul 2012 07:35:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 753DA2388860; Mon, 16 Jul 2012 07:35:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1361926 - in /sling/whiteboard/portal: container-api/pom.xml container-fragment/pom.xml container/pom.xml container/src/main/java/org/apache/sling/portal/container/internal/PortletRequestContextImpl.java portlet-fragment/pom.xml Date: Mon, 16 Jul 2012 07:35:06 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120716073506.753DA2388860@eris.apache.org> Author: cziegeler Date: Mon Jul 16 07:35:05 2012 New Revision: 1361926 URL: http://svn.apache.org/viewvc?rev=1361926&view=rev Log: SLING-2531 : Upgrade pluto version in order to include PLUTO-591 Modified: sling/whiteboard/portal/container-api/pom.xml sling/whiteboard/portal/container-fragment/pom.xml sling/whiteboard/portal/container/pom.xml sling/whiteboard/portal/container/src/main/java/org/apache/sling/portal/container/internal/PortletRequestContextImpl.java sling/whiteboard/portal/portlet-fragment/pom.xml Modified: sling/whiteboard/portal/container-api/pom.xml URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container-api/pom.xml?rev=1361926&r1=1361925&r2=1361926&view=diff ============================================================================== --- sling/whiteboard/portal/container-api/pom.xml (original) +++ sling/whiteboard/portal/container-api/pom.xml Mon Jul 16 07:35:05 2012 @@ -23,7 +23,7 @@ org.apache.sling sling - 13-SNAPSHOT + 13 org.apache.sling.portal Modified: sling/whiteboard/portal/container-fragment/pom.xml URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container-fragment/pom.xml?rev=1361926&r1=1361925&r2=1361926&view=diff ============================================================================== --- sling/whiteboard/portal/container-fragment/pom.xml (original) +++ sling/whiteboard/portal/container-fragment/pom.xml Mon Jul 16 07:35:05 2012 @@ -23,7 +23,7 @@ org.apache.sling sling - 13-SNAPSHOT + 13 org.apache.sling.portal Modified: sling/whiteboard/portal/container/pom.xml URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container/pom.xml?rev=1361926&r1=1361925&r2=1361926&view=diff ============================================================================== --- sling/whiteboard/portal/container/pom.xml (original) +++ sling/whiteboard/portal/container/pom.xml Mon Jul 16 07:35:05 2012 @@ -23,7 +23,7 @@ org.apache.sling sling - 13-SNAPSHOT + 13 org.apache.sling.portal @@ -149,13 +149,13 @@ org.apache.portals.pluto pluto-container-api - 2.0.0 + 2.0.3 provided org.apache.portals.pluto pluto-container - 2.0.0 + 2.0.3 provided @@ -180,7 +180,7 @@ org.apache.sling org.apache.sling.rewriter - 0.8.0-SNAPSHOT + 1.0.0 provided Modified: sling/whiteboard/portal/container/src/main/java/org/apache/sling/portal/container/internal/PortletRequestContextImpl.java URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/container/src/main/java/org/apache/sling/portal/container/internal/PortletRequestContextImpl.java?rev=1361926&r1=1361925&r2=1361926&view=diff ============================================================================== --- sling/whiteboard/portal/container/src/main/java/org/apache/sling/portal/container/internal/PortletRequestContextImpl.java (original) +++ sling/whiteboard/portal/container/src/main/java/org/apache/sling/portal/container/internal/PortletRequestContextImpl.java Mon Jul 16 07:35:05 2012 @@ -69,7 +69,7 @@ public class PortletRequestContextImpl i * Is this a reserved attribute? */ protected boolean isReservedAttributeName(String name) { - return name.startsWith("java.") || name.startsWith("javax."); + return name.startsWith("javax.servlet."); } protected String encodeAttributeName(String name) Modified: sling/whiteboard/portal/portlet-fragment/pom.xml URL: http://svn.apache.org/viewvc/sling/whiteboard/portal/portlet-fragment/pom.xml?rev=1361926&r1=1361925&r2=1361926&view=diff ============================================================================== --- sling/whiteboard/portal/portlet-fragment/pom.xml (original) +++ sling/whiteboard/portal/portlet-fragment/pom.xml Mon Jul 16 07:35:05 2012 @@ -23,7 +23,7 @@ org.apache.sling sling - 13-SNAPSHOT + 13 org.apache.sling.portal