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 F181918238 for ; Mon, 18 Jan 2016 17:26:51 +0000 (UTC) Received: (qmail 65826 invoked by uid 500); 18 Jan 2016 17:26:51 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 65751 invoked by uid 500); 18 Jan 2016 17:26:51 -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 65613 invoked by uid 99); 18 Jan 2016 17:26:51 -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; Mon, 18 Jan 2016 17:26:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 79CCEE0484; Mon, 18 Jan 2016 17:26:51 +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: Mon, 18 Jan 2016 17:26:51 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf-fediz git commit: Minor changes Repository: cxf-fediz Updated Branches: refs/heads/master c330c42e1 -> 445e34089 Minor changes Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/445e3408 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/445e3408 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/445e3408 Branch: refs/heads/master Commit: 445e3408989e49c628e1ba6e8322a375273c2da9 Parents: ca84387 Author: Colm O hEigeartaigh Authored: Mon Jan 18 17:26:35 2016 +0000 Committer: Colm O hEigeartaigh Committed: Mon Jan 18 17:26:46 2016 +0000 ---------------------------------------------------------------------- .../org/apache/cxf/fediz/integrationtests/AbstractTests.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/445e3408/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java ---------------------------------------------------------------------- diff --git a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java index 05d7c1c..c9245e4 100644 --- a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java +++ b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java @@ -49,11 +49,6 @@ import org.junit.Test; public abstract class AbstractTests { - static final String TEST_WREQ = - "" - + "http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV3.0" - + ""; - static { WSSConfig.init(); } @@ -643,7 +638,7 @@ public abstract class AbstractTests { @Test public void testEntityExpansionAttack() throws Exception { - String url = "https://localhost:" + getRpHttpsPort() + "/fedizhelloworld/secure/fedservlet"; + String url = "https://localhost:" + getRpHttpsPort() + "/" + getServletContextName() + "/secure/fedservlet"; String user = "alice"; String password = "ecila";