Author: coheigea
Date: Mon Jun 25 12:44:22 2012
New Revision: 1353496

URL: http://svn.apache.org/viewvc?rev=1353496&view=rev
Log:
Merged revisions 1353454 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1353454 | coheigea | 2012-06-25 11:56:27 +0100 (Mon, 25 Jun 2012) | 2 lines

  Simplified WS-Security service configuration

........

Conflicts:

        
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml


Conflicts:

        
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/client/client.xml
        
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/server/server.xml

Modified:
    
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
    
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -94,8 +94,7 @@
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     
@@ -111,8 +110,7 @@
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     
@@ -128,8 +126,7 @@
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -55,8 +55,7 @@
            <entry key="ws-security.callback-handler.sct" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties.sct" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties.sct" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username.sct" value="alice"/>
+           <entry key="ws-security.encryption.username.sct" 
value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -112,8 +112,7 @@
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -55,8 +55,7 @@
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     
@@ -72,8 +71,7 @@
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
            <entry key="ws-security.signature.properties" 
value="bob.properties"/> 
-           <entry key="ws-security.encryption.properties" 
value="alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
     </jaxws:endpoint>
     

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -57,9 +57,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-          <entry key="ws-security.encryption.username" value="alice"/>
+          <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -78,9 +76,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-          <entry key="ws-security.encryption.username" value="alice"/>
+          <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -99,9 +95,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-          <entry key="ws-security.encryption.username" value="alice"/>
+          <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
      
     </jaxws:endpoint> 

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
 Mon Jun 25 12:44:22 2012
@@ -703,7 +703,6 @@
                            
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient";>
                            <wsp:Policy>
                               <sp:WssX509V3Token10 />
-                              <sp:RequireIssuerSerialReference />
                            </wsp:Policy>
                         </sp:X509Token>
                      </wsp:Policy>
@@ -814,7 +813,6 @@
                            
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient";>
                            <wsp:Policy>
                               <sp:WssX509V3Token10 />
-                              <sp:RequireIssuerSerialReference />
                            </wsp:Policy>
                         </sp:X509Token>
                      </wsp:Policy>
@@ -875,7 +873,6 @@
                            
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient";>
                            <wsp:Policy>
                               <sp:WssX509V3Token10 />
-                              <sp:RequireIssuerSerialReference />
                            </wsp:Policy>
                         </sp:X509Token>
                      </wsp:Policy>

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -119,9 +119,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
            <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
            <entry key="ws-security.saml2.validator" 
                   
value="org.apache.cxf.systest.ws.saml.server.CustomSaml2Validator"/>
        </jaxws:properties> 
@@ -140,8 +138,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -158,8 +156,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -176,8 +174,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -194,8 +192,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -215,9 +213,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
            <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
            <entry key="ws-security.saml2.validator" 
                   
value="org.apache.cxf.systest.ws.saml.server.CustomSaml2Validator"/>
        </jaxws:properties> 
@@ -257,9 +253,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
            <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
            <entry key="ws-security.saml2.validator" 
                   
value="org.apache.cxf.systest.ws.saml.server.CustomSaml2Validator"/>
        </jaxws:properties> 
@@ -281,9 +275,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
            <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-           <entry key="ws-security.encryption.username" value="alice"/>
+           <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -300,8 +292,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -318,8 +310,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
        <jaxws:features>
          <p:policies>

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -151,8 +151,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -170,8 +170,8 @@
        <jaxws:properties>
            <entry key="ws-security.callback-handler" 
                   
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback"/>
-           <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+           <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
Files 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
 (original) and 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
 Mon Jun 25 12:44:22 2012 differ

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
Files 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
 (original) and 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
 Mon Jun 25 12:44:22 2012 differ

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
Files 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
 (original) and 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
 Mon Jun 25 12:44:22 2012 differ

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
Files 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
 (original) and 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
 Mon Jun 25 12:44:22 2012 differ

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -119,7 +119,7 @@
         <jaxws:properties>
             <entry key="ws-security.username" value="Alice"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
-            <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+            <entry key="ws-security.encryption.username" 
value="useReqSigCert"/>
             <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
         </jaxws:properties> 
 
@@ -140,7 +140,7 @@
         <jaxws:properties>
             <entry key="ws-security.username" value="Alice"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
-            <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+            <entry key="ws-security.encryption.username" 
value="useReqSigCert"/>
             <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
         </jaxws:properties> 
 

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
 Mon Jun 25 12:44:22 2012
@@ -121,7 +121,7 @@
         <jaxws:properties>
             <entry key="ws-security.username" value="Alice"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
-            <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+            <entry key="ws-security.encryption.username" 
value="useReqSigCert"/>
             <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
         </jaxws:properties> 
 
@@ -142,7 +142,7 @@
         <jaxws:properties>
             <entry key="ws-security.username" value="Alice"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
-            <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+            <entry key="ws-security.encryption.username" 
value="useReqSigCert"/>
             <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
         </jaxws:properties> 
 

Modified: 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml?rev=1353496&r1=1353495&r2=1353496&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
 Mon Jun 25 12:44:22 2012
@@ -155,9 +155,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-          <entry key="ws-security.encryption.username" value="alice"/>
+          <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -176,8 +174,6 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
           <entry key="ws-security.enable.timestamp.cache" value="true"/>
        </jaxws:properties> 
      
@@ -197,8 +193,6 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -238,9 +232,7 @@
                   
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
           <entry key="ws-security.signature.properties" 
                   
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
-          <entry key="ws-security.encryption.username" value="alice"/>
+          <entry key="ws-security.encryption.username" value="useReqSigCert"/>
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -274,8 +266,8 @@
        depends-on="tls-settings">
         
        <jaxws:properties>
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+          <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -291,8 +283,8 @@
        depends-on="tls-settings">
         
        <jaxws:properties>
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+          <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -308,8 +300,8 @@
        depends-on="tls-settings">
         
        <jaxws:properties>
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+          <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -325,8 +317,8 @@
        depends-on="tls-settings">
         
        <jaxws:properties>
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+          <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint>
@@ -342,8 +334,8 @@
        depends-on="tls-settings">
         
        <jaxws:properties>
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+          <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 
@@ -359,8 +351,8 @@
        depends-on="tls-settings">
         
        <jaxws:properties>
-          <entry key="ws-security.encryption.properties" 
-                  
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/> 
+          <entry key="ws-security.signature.properties" 
+                  
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/> 
        </jaxws:properties> 
      
     </jaxws:endpoint> 


Reply via email to