[java-identity-provider] branch maint-3.4 updated: OSJ-311: Migrate tests accessing shibboleth.net to test.shibboleth.net

Brent Putman putmanb at georgetown.edu
Fri May 29 00:29:35 UTC 2020


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c1b04e094ce1a4d2574c62ab175967f4e60e5536

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  c1b04e094 OSJ-311: Migrate tests accessing shibboleth.net to test.shibboleth.net
c1b04e094 is described below

commit c1b04e094ce1a4d2574c62ab175967f4e60e5536
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu May 28 20:22:55 2020 -0400

    OSJ-311: Migrate tests accessing shibboleth.net to test.shibboleth.net
---
 .../spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml       | 2 +-
 .../metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml
index 2e240fc50..6f628bb28 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml
@@ -7,7 +7,7 @@
 	id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider" >
     
         <metadata:MetadataQueryProtocol>
-            http://shibboleth.net:9000
+            http://test.shibboleth.net:9000
         </metadata:MetadataQueryProtocol>
 
 </metadata:MetadataProvider>
diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml
index ba08ea00b..3eb61d7da 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml
@@ -7,7 +7,7 @@
 	id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider" >
     
         <metadata:MetadataQueryProtocol secondaryURLBuildersRef="metadata.MDQ.secondaryURLBuilders">
-            http://shibboleth.net:9000
+            http://test.shibboleth.net:9000
         </metadata:MetadataQueryProtocol>
 
 </metadata:MetadataProvider>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list