[java-identity-provider] branch maint-5.1 updated: Fix source URL in test data to match new redirect.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 7 11:06:35 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d1e46c05beedf9951fd375fb64f8d9dc6d0ece04
The following commit(s) were added to refs/heads/maint-5.1 by this push:
new d1e46c05b Fix source URL in test data to match new redirect.
d1e46c05b is described below
commit d1e46c05beedf9951fd375fb64f8d9dc6d0ece04
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sun Jul 6 12:42:31 2025 -0400
Fix source URL in test data to match new redirect.
---
.../src/test/resources/net/shibboleth/idp/module/module.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties b/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties
index 17bcaa2c7..700113eb7 100644
--- a/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties
+++ b/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties
@@ -16,7 +16,7 @@ idp.test.1.dest = conf/test.xml
idp.test.1.replace = true
idp.test.1.exec = true
-idp.test.2.src = https://test.shibboleth.net/git/view/?p=java-identity-provider.git&a=blob_plain&f=idp-admin-api/src/test/resources/net/shibboleth/idp/module/test.vm&hb=HEAD
+idp.test.2.src = https://test.shibboleth.net/unittests/java-identity-provider/HEAD/idp-admin-api/src/test/resources/net/shibboleth/idp/module/test.vm
idp.test.2.dest = views/test.vm
# Broken modules due to dangerous resources
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list