Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A3A65200CC5 for ; Tue, 11 Jul 2017 18:20:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A053F166570; Tue, 11 Jul 2017 16:20:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BEBFE166574 for ; Tue, 11 Jul 2017 18:19:59 +0200 (CEST) Received: (qmail 16582 invoked by uid 500); 11 Jul 2017 16:19:59 -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 16569 invoked by uid 99); 11 Jul 2017 16:19:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 16:19:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1BF35DFA84; Tue, 11 Jul 2017 16:19:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Date: Tue, 11 Jul 2017 16:19:57 -0000 Message-Id: <4cacf82924b84c51b8890fc9e20987b6@git.apache.org> In-Reply-To: <89093e807f85465c94c984c4901a2606@git.apache.org> References: <89093e807f85465c94c984c4901a2606@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/7] cxf-fediz git commit: FEDIZ-204 - Drop Tomcat7, Jetty8, Spring Sec 2 containers archived-at: Tue, 11 Jul 2017 16:20:00 -0000 http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e392e637/systests/webapps/spring2Webapp/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/spring2Webapp/src/main/webapp/WEB-INF/web.xml b/systests/webapps/spring2Webapp/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 4d3bbc4..0000000 --- a/systests/webapps/spring2Webapp/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - WS Federation Spring Example - WS Federation Spring Example - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - - - FederationFilter - org.apache.cxf.fediz.core.servlet.FederationFilter - - - - springSecurityFilterChain - /* - - - - FederationFilter - /secure/* - - - - - - contextConfigLocation - - /WEB-INF/applicationContext-security.xml - - - - - - org.springframework.web.context.ContextLoaderListener - - - - FederationServlet - org.apache.cxf.fediz.example.FederationServlet - - - - FederationServlet - /secure/fedservlet - - - - FederationServlet - /secure/admin/fedservlet - - - - FederationServlet - /secure/user/fedservlet - - - - FederationServlet - /secure/manager/fedservlet - - - http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e392e637/systests/webapps/spring2Webapp/src/main/webapp/index.html ---------------------------------------------------------------------- diff --git a/systests/webapps/spring2Webapp/src/main/webapp/index.html b/systests/webapps/spring2Webapp/src/main/webapp/index.html deleted file mode 100644 index a9dbdaa..0000000 --- a/systests/webapps/spring2Webapp/src/main/webapp/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - -WS Federation Tomcat Examples - - - -

-

Hello World

-

- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e392e637/systests/webapps/spring2Webapp/src/main/webapp/secure/test.html ---------------------------------------------------------------------- diff --git a/systests/webapps/spring2Webapp/src/main/webapp/secure/test.html b/systests/webapps/spring2Webapp/src/main/webapp/secure/test.html deleted file mode 100644 index 9cf7366..0000000 --- a/systests/webapps/spring2Webapp/src/main/webapp/secure/test.html +++ /dev/null @@ -1,25 +0,0 @@ - - -WS Federation Tomcat Examples - - - -

-

Secure Test

-

- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e392e637/systests/websphere/pom.xml ---------------------------------------------------------------------- diff --git a/systests/websphere/pom.xml b/systests/websphere/pom.xml index d579975..c3e31c2 100644 --- a/systests/websphere/pom.xml +++ b/systests/websphere/pom.xml @@ -40,25 +40,13 @@ org.apache.tomcat.embed tomcat-embed-core - ${tomcat7.version} - test - - - org.apache.tomcat.embed - tomcat-embed-logging-juli - ${tomcat7.version} - test - - - org.eclipse.jdt.core.compiler - ecj - ${ecj.version} + ${tomcat8.version} test org.apache.tomcat.embed tomcat-embed-jasper - ${tomcat7.version} + ${tomcat8.version} test @@ -69,7 +57,7 @@ org.apache.cxf.fediz - fediz-tomcat7 + fediz-tomcat8 ${project.version} test