Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 37c8e1a10 -> b59ebe854


Fixing build


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b59ebe85
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b59ebe85
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b59ebe85

Branch: refs/heads/3.0.x-fixes
Commit: b59ebe8546d204a016d87c36acaca3199f242b7b
Parents: 37c8e1a
Author: Colm O hEigeartaigh <[email protected]>
Authored: Fri Aug 14 12:04:02 2015 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Fri Aug 14 12:04:02 2015 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/cxf/systest/ws/saml/SamlTokenTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/b59ebe85/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/saml/SamlTokenTest.java
----------------------------------------------------------------------
diff --git 
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/saml/SamlTokenTest.java
 
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/saml/SamlTokenTest.java
index 0d11641..ec0e173 100644
--- 
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/saml/SamlTokenTest.java
+++ 
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/saml/SamlTokenTest.java
@@ -1184,7 +1184,7 @@ public class SamlTokenTest extends 
AbstractBusClientServerTestBase {
         callbackHandler.setDigestAlgorithm(WSConstants.SHA256);
         callbackHandler.setConfirmationMethod(SAML2Constants.CONF_HOLDER_KEY);
         ((BindingProvider)saml2Port).getRequestContext().put(
-            "security.saml-callback-handler", callbackHandler
+            "ws-security.saml-callback-handler", callbackHandler
         );
 
         int result = saml2Port.doubleIt(25);

Reply via email to