Author: coheigea
Date: Wed Jul 11 09:29:53 2012
New Revision: 1360086

URL: http://svn.apache.org/viewvc?rev=1360086&view=rev
Log:
Correcting STS config

Modified:
    cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
    cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml
    cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml

Modified: 
cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml?rev=1360086&r1=1360085&r2=1360086&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml 
(original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml 
Wed Jul 11 09:29:53 2012
@@ -59,7 +59,7 @@
     
        <bean id="encryptedUtSTSProperties"
             class="org.apache.cxf.sts.StaticSTSProperties">
-           <property name="signatureProperties" 
value="stsKeystore.properties"/>
+           <property name="signaturePropertiesFile" 
value="stsKeystore.properties"/>
                <property name="signatureUsername" value="mystskey"/>
                <property name="callbackHandlerClass" 
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
                <property name="encryptionPropertiesFile" 
value="stsKeystore.properties"/>

Modified: cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml?rev=1360086&r1=1360085&r2=1360086&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml (original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml Wed Jul 11 
09:29:53 2012
@@ -60,7 +60,7 @@
        
        <bean id="utSTSProperties"
             class="org.apache.cxf.sts.StaticSTSProperties">
-           <property name="signatureProperties" 
value="stsKeystore.properties"/>
+           <property name="signaturePropertiesFile" 
value="stsKeystore.properties"/>
                <property name="signatureUsername" value="mystskey"/>
                <property name="callbackHandlerClass" 
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
                <property name="encryptionPropertiesFile" 
value="stsKeystore.properties"/>

Modified: cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml?rev=1360086&r1=1360085&r2=1360086&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml (original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml Wed Jul 
11 09:29:53 2012
@@ -61,7 +61,7 @@
        
        <bean id="x509STSProperties"
             class="org.apache.cxf.sts.StaticSTSProperties">
-           <property name="signatureProperties" 
value="stsKeystore.properties"/>
+           <property name="signaturePropertiesFile" 
value="stsKeystore.properties"/>
                <property name="signatureUsername" value="mystskey"/>
                <property name="callbackHandlerClass" 
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
                <property name="encryptionPropertiesFile" 
value="stsKeystore.properties"/>


Reply via email to