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

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


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

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

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

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

commit 726b615b67b71f344217a1c5df7a6c1cc3fcdb62
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/dynamicMetadataQueryProtocolWithContentTypeOverride.xml    | 2 +-
 .../metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 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/dynamicMetadataQueryProtocolWithContentTypeOverride.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml
index e108401af..e81d084ec 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml
@@ -8,7 +8,7 @@
     supportedContentTypes="application/xml test/foo" >
 
         <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