From continuum-commits-return-2072-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Wed Sep 06 19:00:21 2006 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 32989 invoked from network); 6 Sep 2006 19:00:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 19:00:16 -0000 Received: (qmail 95478 invoked by uid 500); 6 Sep 2006 19:00:16 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 95464 invoked by uid 500); 6 Sep 2006 19:00:16 -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 95453 invoked by uid 99); 6 Sep 2006 19:00:16 -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:00:16 -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:00:15 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B5C9C1A981A; Wed, 6 Sep 2006 11:59:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r440832 - in /maven/continuum/branches/continuum-acegi/continuum-webapp: pom.xml src/main/webapp/WEB-INF/web.xml Date: Wed, 06 Sep 2006 18:59:55 -0000 To: continuum-commits@maven.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060906185955.B5C9C1A981A@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 11:59:55 2006 New Revision: 440832 URL: http://svn.apache.org/viewvc?view=rev&rev=440832 Log: Workaround for WebWork exception swallowing, http://jira.opensymphony.com/browse/WW-291 Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml?view=diff&rev=440832&r1=440831&r2=440832 ============================================================================== --- maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml (original) +++ maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml Wed Sep 6 11:59:55 2006 @@ -285,5 +285,11 @@ org.apache.maven.shared.user maven-user-controller + + + org.acegisecurity + acegi-security-webwork + 0.1-SNAPSHOT + Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml?view=diff&rev=440832&r1=440831&r2=440832 ============================================================================== --- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml (original) +++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/WEB-INF/web.xml Wed Sep 6 11:59:55 2006 @@ -96,7 +96,7 @@ webwork - com.opensymphony.webwork.dispatcher.FilterDispatcher + org.acegisecurity.webwork.FilterDispatcher