Repository: cxf-fediz
Updated Branches:
  refs/heads/1.3.x-fixes 605760781 -> 4420496dd


Fixing failing client certificate tests


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

Branch: refs/heads/1.3.x-fixes
Commit: 4420496dd48e6ec494a2cda9e31e5faf12a7509d
Parents: 6057607
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Apr 11 12:58:24 2017 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Apr 11 12:58:24 2017 +0100

----------------------------------------------------------------------
 services/sts/src/main/webapp/WEB-INF/cxf-transport.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/4420496d/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
----------------------------------------------------------------------
diff --git a/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml 
b/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
index ae1939d..d3529ba 100644
--- a/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
+++ b/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
@@ -207,7 +207,7 @@
         <property name="issuer" value="Fediz STS" />
         <property name="realmParser" ref="customRealmParser" />
         <property name="signatureCryptoProperties" 
value="stsTruststore.properties" />
-        <property name="encryptionCryptoProperties" 
value="stsEncryption.properties"/>
+        <property name="encryptionCryptoProperties" 
value="stsTruststore.properties"/>
         <property name="relationships" ref="relationships" />
     </bean>
 

Reply via email to