[java-identity-provider] branch main updated: Add a property to override Velocity file caching.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 27 17:20:22 UTC 2023
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=5abc2e35ad57f3ba0b4d82c659662eb63094d359
The following commit(s) were added to refs/heads/main by this push:
new 5abc2e35a Add a property to override Velocity file caching.
5abc2e35a is described below
commit 5abc2e35ad57f3ba0b4d82c659662eb63094d359
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 27 13:20:18 2023 -0400
Add a property to override Velocity file caching.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 765e3a902..48457dacd 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -249,7 +249,7 @@
<entry key="resource.loader.string.class" value="org.apache.velocity.runtime.resource.loader.StringResourceLoader" />
<entry key="resource.loader.file.class" value="org.apache.velocity.runtime.resource.loader.FileResourceLoader" />
<entry key="resource.loader.file.path" value="#{'%{idp.views:%{idp.home}/views}'.trim()}" />
- <entry key="resource.loader.file.cache" value="false" />
+ <entry key="resource.loader.file.cache" value="%{idp.velocity.file.cache:false}" />
<entry key="runtime.strict_mode.enable" value="%{idp.velocity.runtime.strictmode:false}" />
</util:map>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list