[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/messages.properties system/conf/global-sy...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 2 21:36:37 EST 2014
Author: scantor
Date: Thu Jan 2 21:36:37 2014
New Revision: 5145
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5145&view=rev
Log:
Add a message source and message file to the config.
Added:
trunk/idp-conf/src/main/resources/conf/messages.properties (with props)
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=5145&r1=5144&r2=5145&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 Thu Jan 2 21:36:37 2014
@@ -23,6 +23,9 @@
</list>
</property>
</bean>
+
+ <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource"
+ p:cacheSeconds="300" p:basename="file://${idp.home}/conf/messages" />
<import resource="session-manager.xml" />
More information about the commits
mailing list