Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 80548 invoked from network); 27 May 2010 03:01:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 03:01:35 -0000 Received: (qmail 48751 invoked by uid 500); 27 May 2010 03:01:35 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 48702 invoked by uid 500); 27 May 2010 03:01:35 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 48694 invoked by uid 99); 27 May 2010 03:01:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 03:01:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 27 May 2010 03:01:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 74E0323889ED; Thu, 27 May 2010 03:01:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948656 - /camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java Date: Thu, 27 May 2010 03:01:11 -0000 To: commits@camel.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100527030111.74E0323889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ningjiang Date: Thu May 27 03:01:11 2010 New Revision: 948656 URL: http://svn.apache.org/viewvc?rev=948656&view=rev Log: CAMEL-2756 removed the System.out.println Modified: camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java Modified: camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java?rev=948656&r1=948655&r2=948656&view=diff ============================================================================== --- camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java (original) +++ camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java Thu May 27 03:01:11 2010 @@ -139,8 +139,6 @@ public class SpringSecurityAuthorization authentication = authenticationManager.authenticate(authentication); - System.out.println("The authenitcation is " + authentication); - if (LOG.isDebugEnabled()) { LOG.debug("Successfully Authenticated: " + authentication); }