You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/07/16 09:35:06 UTC

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

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 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>13-SNAPSHOT</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.sling.portal</groupId>

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 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>13-SNAPSHOT</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.sling.portal</groupId>

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 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>13-SNAPSHOT</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.sling.portal</groupId>
@@ -149,13 +149,13 @@
         <dependency>
             <groupId>org.apache.portals.pluto</groupId>
             <artifactId>pluto-container-api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.portals.pluto</groupId>
             <artifactId>pluto-container</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -180,7 +180,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.rewriter</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

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 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>13-SNAPSHOT</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.sling.portal</groupId>