[java-identity-provider] branch master updated: IDP-1642 - Migrate configuration into jars where feasible
Scott Cantor
cantor.2 at osu.edu
Mon Jul 27 21:57:35 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=8752b2ffa0c20ad43eb9a7c1875dc59876730c18
The following commit(s) were added to refs/heads/master by this push:
new 8752b2ffa IDP-1642 - Migrate configuration into jars where feasible
8752b2ffa is described below
commit 8752b2ffa0c20ad43eb9a7c1875dc59876730c18
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 27 17:58:28 2020 -0400
IDP-1642 - Migrate configuration into jars where feasible
https://issues.shibboleth.net/jira/browse/IDP-1642
Add META-INF view lookup path for plugins.
---
idp-conf/src/main/resources/system/conf/mvc-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/system/conf/mvc-beans.xml b/idp-conf/src/main/resources/system/conf/mvc-beans.xml
index d6c328b0c..4274837cd 100644
--- a/idp-conf/src/main/resources/system/conf/mvc-beans.xml
+++ b/idp-conf/src/main/resources/system/conf/mvc-beans.xml
@@ -94,7 +94,7 @@
<!-- Note that non-file paths are passed through to Spring's DefaultResourceLoader, thus can be targeted classpath trees. -->
<bean class="net.shibboleth.ext.spring.velocity.VelocityConfigurer">
<property name="resourceLoaderPath"
- value="#{'%{idp.views:%{idp.home}/views}'.trim()},classpath:/net/shibboleth/idp/views" />
+ value="#{'%{idp.views:%{idp.home}/views}'.trim()},classpath:/net/shibboleth/idp/views,classpath:/META-INF/net/shibboleth/idp/views" />
</bean>
<!-- Import any user defined beans or overrides for the MVC config. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list