From continuum-dev-return-5793-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Mon Mar 05 20:29:25 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 80585 invoked from network); 5 Mar 2007 20:29:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 20:29:25 -0000 Received: (qmail 20227 invoked by uid 500); 5 Mar 2007 20:29:33 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 20199 invoked by uid 500); 5 Mar 2007 20:29:33 -0000 Mailing-List: contact continuum-dev-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-dev@maven.apache.org Received: (qmail 20183 invoked by uid 99); 5 Mar 2007 20:29:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 12:29:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [210.50.30.235] (HELO mx05.syd.iprimus.net.au) (210.50.30.235) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 12:29:21 -0800 Received: from unknown (HELO [192.168.200.168]) ([205.147.11.148]) by mx05.syd.iprimus.net.au with ESMTP; 06 Mar 2007 07:28:58 +1100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAJcM7EXNkwuU/2dsb2JhbAAN X-IronPort-AV: i="4.14,251,1170594000"; d="scan'208"; a="34768219:sNHT19135900" Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20070305202558.A87541A981A@eris.apache.org> References: <20070305202558.A87541A981A@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Brett Porter Subject: Re: svn commit: r514852 - /maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/admin/ConfigurationAction.java Date: Mon, 5 Mar 2007 12:28:55 -0800 To: continuum-dev@maven.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On 05/03/2007, at 12:25 PM, evenisse@apache.org wrote: > + getLogger().info( "1"); > SecureActionBundle bundle = new SecureActionBundle(); > bundle.setRequiresAuthentication( true ); > bundle.addRequiredAuthorization > ( ContinuumRoleConstants.CONTINUUM_MANAGE_CONFIGURATION, > Resource.GLOBAL ); > + getLogger().info( "2"); oops?