[java-identity-provider] branch dev/IDP-2183 updated: Adjust testbed view locations and property after the 5.0 changes.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 26 16:47:47 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/IDP-2183
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=60099b8d36f7b57855147ee724353cca1ba73c48
The following commit(s) were added to refs/heads/dev/IDP-2183 by this push:
new 60099b8d3 Adjust testbed view locations and property after the 5.0 changes.
60099b8d3 is described below
commit 60099b8d36f7b57855147ee724353cca1ba73c48
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 12:47:43 2023 -0400
Adjust testbed view locations and property after the 5.0 changes.
---
.../src/test/resources/net/shibboleth/idp/module/conf/idp.properties | 2 +-
.../test/resources/{ => net/shibboleth/idp/module}/views-test/.gitkeep | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
index 2cbe2d6fe..017aebe4b 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
@@ -47,7 +47,7 @@ idp.csrf.enabled = true
#idp.webflows = %{idp.home}/flows
# Set the location of Velocity view templates
-idp.views = %{idp.home}/views,%{idp.home}/views-test,%{idp.home}/net/shibboleth/idp/module/views
+idp.views = %{idp.home}/views,%{idp.home}/views-test
# Settings for internal AES encryption key
#idp.sealer.keyStrategy = shibboleth.DataSealerKeyStrategy
diff --git a/idp-conf-impl/src/test/resources/views-test/.gitkeep b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/views-test/.gitkeep
similarity index 100%
rename from idp-conf-impl/src/test/resources/views-test/.gitkeep
rename to idp-conf-impl/src/test/resources/net/shibboleth/idp/module/views-test/.gitkeep
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list