[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 9 20:40:27 EDT 2014
Author: scantor
Date: Wed Jul 9 20:40:27 2014
New Revision: 6264
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6264&view=rev
Log:
The embedded Velocity bean wasn't using the file resource loader, so dump those options.
Modified:
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=6264&r1=6263&r2=6264&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Wed Jul 9 20:40:27 2014
@@ -67,11 +67,6 @@
<prop key="string.resource.loader.class">
org.apache.velocity.runtime.resource.loader.StringResourceLoader
</prop>
- <prop key="file.resource.loader.class">
- org.apache.velocity.runtime.resource.loader.FileResourceLoader
- </prop>
- <prop key="file.resource.loader.path">%{idp.home}</prop>
- <prop key="file.resource.loader.cache">false</prop>
</props>
</property>
</bean>
More information about the commits
mailing list