You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Brett Porter <br...@apache.org> on 2007/03/05 21:28:55 UTC

Re: svn commit: r514852 - /maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/admin/ConfigurationAction.java

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?



Re: svn commit: r514852 - /maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/admin/ConfigurationAction.java

Posted by Emmanuel Venisse <em...@venisse.net>.
already fixed, but thanks :)

Brett Porter a écrit :
> 
> 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?
> 
> 
> 
> 
>