[java-identity-provider] branch main updated: Fix module view path.

Scott Cantor cantor.2 at osu.edu
Tue Sep 15 18:58:26 UTC 2020


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

scantor pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
       new  91e442ff8 Fix module view path.
91e442ff8 is described below

commit 91e442ff8da31db7d1917e139fa0997923de54fc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 15 14:58:19 2020 -0400

    Fix module view path.
---
 idp-conf/src/test/resources/conf/idp.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/test/resources/conf/idp.properties b/idp-conf/src/test/resources/conf/idp.properties
index 276d2c950..7721cb91f 100644
--- a/idp-conf/src/test/resources/conf/idp.properties
+++ b/idp-conf/src/test/resources/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}/net/shibboleth/idp/module
+idp.views = %{idp.home}/views,%{idp.home}/net/shibboleth/idp/module/views
 
 # Settings for internal AES encryption key
 #idp.sealer.keyStrategy = shibboleth.DataSealerKeyStrategy

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


More information about the commits mailing list