You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/04/11 17:23:58 UTC

cxf-fediz git commit: Fixing failing tests

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 5aaa18f9c -> 23cf2feeb


Fixing failing 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/23cf2fee
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/23cf2fee
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/23cf2fee

Branch: refs/heads/master
Commit: 23cf2feebcdaf80b58fad051a581a3f69a8fde33
Parents: 5aaa18f
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Apr 11 18:23:51 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Apr 11 18:23:51 2017 +0100

----------------------------------------------------------------------
 .../samlsso/src/test/resources/realmb/security-config.xml         | 3 +++
 .../wsfed/src/test/resources/realmb/security-config.xml           | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/23cf2fee/systests/federation/samlsso/src/test/resources/realmb/security-config.xml
----------------------------------------------------------------------
diff --git a/systests/federation/samlsso/src/test/resources/realmb/security-config.xml b/systests/federation/samlsso/src/test/resources/realmb/security-config.xml
index d206024..866d2e9 100644
--- a/systests/federation/samlsso/src/test/resources/realmb/security-config.xml
+++ b/systests/federation/samlsso/src/test/resources/realmb/security-config.xml
@@ -122,6 +122,9 @@
     <bean id="stsPortFilter" class="org.apache.cxf.fediz.service.idp.STSPortFilter" />
     
     <bean id="entitlementsEnricher" class="org.apache.cxf.fediz.service.idp.service.security.GrantedAuthorityEntitlements" />
+
+    <bean id="commonsURLValidator"
+          class="org.apache.cxf.fediz.service.idp.beans.CommonsURLValidator" />
 	
     <bean id="stsAuthProvider" class="org.apache.cxf.fediz.service.idp.STSUPAuthenticationProvider">
         <property name="wsdlLocation" value="https://localhost:0/fediz-idp-sts-realmb/${realm.STS_URI}/STSServiceTransportUT?wsdl"/>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/23cf2fee/systests/federation/wsfed/src/test/resources/realmb/security-config.xml
----------------------------------------------------------------------
diff --git a/systests/federation/wsfed/src/test/resources/realmb/security-config.xml b/systests/federation/wsfed/src/test/resources/realmb/security-config.xml
index d206024..866d2e9 100644
--- a/systests/federation/wsfed/src/test/resources/realmb/security-config.xml
+++ b/systests/federation/wsfed/src/test/resources/realmb/security-config.xml
@@ -122,6 +122,9 @@
     <bean id="stsPortFilter" class="org.apache.cxf.fediz.service.idp.STSPortFilter" />
     
     <bean id="entitlementsEnricher" class="org.apache.cxf.fediz.service.idp.service.security.GrantedAuthorityEntitlements" />
+
+    <bean id="commonsURLValidator"
+          class="org.apache.cxf.fediz.service.idp.beans.CommonsURLValidator" />
 	
     <bean id="stsAuthProvider" class="org.apache.cxf.fediz.service.idp.STSUPAuthenticationProvider">
         <property name="wsdlLocation" value="https://localhost:0/fediz-idp-sts-realmb/${realm.STS_URI}/STSServiceTransportUT?wsdl"/>