From continuum-commits-return-2073-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Wed Sep 06 19:07:52 2006 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 34516 invoked from network); 6 Sep 2006 19:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 19:07:51 -0000 Received: (qmail 10126 invoked by uid 500); 6 Sep 2006 19:07:51 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 10109 invoked by uid 500); 6 Sep 2006 19:07:51 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 10098 invoked by uid 99); 6 Sep 2006 19:07:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 12:07:51 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 12:07:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 563681A981A; Wed, 6 Sep 2006 12:07:30 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r440834 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Date: Wed, 06 Sep 2006 19:07:30 -0000 To: continuum-commits@maven.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060906190730.563681A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: carlos Date: Wed Sep 6 12:07:29 2006 New Revision: 440834 URL: http://svn.apache.org/viewvc?view=rev&rev=440834 Log: Secure getProjectWithAllDetails method Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?view=diff&rev=440834&r1=440833&r2=440834 ============================================================================== --- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original) +++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Wed Sep 6 12:07:29 2006 @@ -752,7 +752,14 @@ addNotifier( int projectId, String notifierType, Map configuration ) removeNotifier( int projectId, int notifierId ) getProjectWithCheckoutResult( int projectId ) -getProjectWithAllDetails( int projectId ) +--> + + org.apache.maven.continuum.Continuum.getProjectWithAllDetails + + AFTER_ACL_READ + + +