Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA7B8EFFF for ; Wed, 6 Mar 2013 20:23:21 +0000 (UTC) Received: (qmail 35177 invoked by uid 500); 6 Mar 2013 20:23:21 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 35129 invoked by uid 500); 6 Mar 2013 20:23:21 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 35122 invoked by uid 99); 6 Mar 2013 20:23:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 20:23:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 06 Mar 2013 20:23:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 76723238897F; Wed, 6 Mar 2013 20:22:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1453533 - in /cxf/fediz/trunk/examples/wsclientWebapp/webapp: pom.xml src/main/webapp/WEB-INF/web.xml Date: Wed, 06 Mar 2013 20:22:59 -0000 To: commits@cxf.apache.org From: owulff@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130306202259.76723238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: owulff Date: Wed Mar 6 20:22:59 2013 New Revision: 1453533 URL: http://svn.apache.org/r1453533 Log: Example wsclientWebapp uses new FederationFilter Modified: cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml Modified: cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml?rev=1453533&r1=1453532&r2=1453533&view=diff ============================================================================== --- cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml (original) +++ cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml Wed Mar 6 20:22:59 2013 @@ -57,12 +57,7 @@ org.apache.cxf.fediz fediz-core ${project.version} - - - * - * - - + provided org.apache.cxf.fediz Modified: cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml?rev=1453533&r1=1453532&r2=1453533&view=diff ============================================================================== --- cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml (original) +++ cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml Wed Mar 6 20:22:59 2013 @@ -18,18 +18,12 @@ FederationFilter org.apache.cxf.fediz.cxf.web.FederationFilter - FederationFilter - /* + /secure/*