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 <[email protected]>
Authored: Mon Jan 18 17:26:35 2016 +0000
Committer: Colm O hEigeartaigh <[email protected]>
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 =
-        "<RequestSecurityToken 
xmlns=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\";>"
-        + 
"<TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV3.0</TokenType>"
-        + "</RequestSecurityToken>";
-
     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";
         

Reply via email to