Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 57312 invoked from network); 7 Oct 2008 12:51:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2008 12:51:08 -0000 Received: (qmail 81440 invoked by uid 500); 7 Oct 2008 12:51:06 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 81408 invoked by uid 500); 7 Oct 2008 12:51:06 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 81397 invoked by uid 99); 7 Oct 2008 12:51:06 -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 05:51:06 -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; Tue, 07 Oct 2008 12:50:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA1B02388882; Tue, 7 Oct 2008 05:50:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r702462 - in /portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources: assembly/security-ldap.xml conf/jetspeed/spring-filter.properties Date: Tue, 07 Oct 2008 12:50:07 -0000 To: jetspeed-dev@portals.apache.org From: vkumar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081007125008.EA1B02388882@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vkumar Date: Tue Oct 7 05:50:07 2008 New Revision: 702462 URL: http://svn.apache.org/viewvc?rev=702462&view=rev Log: Renaming spring filter key ldap to ldapsecurity to make is consistent with others Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/jetspeed/spring-filter.properties Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml?rev=702462&r1=702461&r2=702462&view=diff ============================================================================== --- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml (original) +++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml Tue Oct 7 05:50:07 2008 @@ -19,13 +19,13 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> - + - + org.apache.jetspeed.security.spi.JetspeedPrincipalStorageManager @@ -41,7 +41,7 @@ - + @@ -52,7 +52,7 @@ This bean is wrapped in a ContextRefreshableBeanInitializer to kickstart it once the complete Spring context is initialized. --> - + @@ -65,14 +65,14 @@ - + - + @@ -86,7 +86,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -193,7 +193,7 @@ - + @@ -237,7 +237,7 @@ - + @@ -247,7 +247,7 @@ - + @@ -266,7 +266,7 @@ - + @@ -285,7 +285,7 @@ - + @@ -304,7 +304,7 @@ - + @@ -314,7 +314,7 @@ - + @@ -324,7 +324,7 @@ - + ${ldap.url} @@ -341,7 +341,7 @@ - + ${ldap.context.factory} Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/jetspeed/spring-filter.properties URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/jetspeed/spring-filter.properties?rev=702462&r1=702461&r2=702462&view=diff ============================================================================== --- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/jetspeed/spring-filter.properties (original) +++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/conf/jetspeed/spring-filter.properties Tue Oct 7 05:50:07 2008 @@ -29,12 +29,12 @@ basePortal=${default},jndiDS,xmlPageManager portal=${basePortal},dbSecurity -portal.ldap=${basePortal},ldap +portal.ldap=${basePortal},ldapSecurity portal.dbPageManager=${default},jndiDS,dbPageManager,dbSecurity -portal.dbPageManager.ldap=${default},jndiDS,dbPageManager,ldap +portal.dbPageManager.ldap=${default},jndiDS,dbPageManager,ldapSecurity baseSerializer=jdbcDS,serializer,capabilities,security,profiler,registry,search,transaction,cache,prefs,springProperties,noRequestContext,noPageManager serializer=${baseSerializer},dbSecurity -serializer.ldap=${baseSerializer},ldap +serializer.ldap=${baseSerializer},ldapSecurity pageSerializer=jdbcDS,base,pageSerializer,transaction,springProperties --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org