[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/global-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jul 18 12:41:14 EDT 2014


Author: scantor
Date: Fri Jul 18 12:41:14 2014
New Revision: 6308

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6308&view=rev
Log:
IDP-70: point this into home/views to avoid incidental access to private config files

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=6308&r1=6307&r2=6308&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 Fri Jul 18 12:41:14 2014
@@ -70,7 +70,7 @@
                 <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.path">%{idp.home}/views</prop>
                 <prop key="file.resource.loader.cache">false</prop>
             </props>
         </property>



More information about the commits mailing list